Name |
Description |
GlobalContextObject |
A proxy "this" object for the global script context. |
ObjectComparer |
|
ObjectOperators |
Implements methods to use operators on SObject instances. |
SAPIUsing |
Represents a link to an API of another application imported via "using" statement. |
SArray |
Represents an array : a collection of objects. Not type-safe. |
SBool |
|
SError |
|
SFunction |
Represents a function object that can be called in the script. |
SNull |
Represents the "null" literal as object. |
SNumber |
|
SObject |
|
SProtoObject |
An object that is an instance of a Prototypes.Prototype. |
SString |
|
SVariable |
|