Expand description

JSObject, its content and its properties.

Structs

A description of a JavaScript prototype+constructor with host methods.

The underlying storage of an Array object.

Javascript objects. A JSObject always has a proto. It can have an optional ObjectValue (a primitive or array/function/closure). It has a dictionary of properties.

Enums

ObjectValue is used: