Enumeration of what type is held by a ScriptAny. Note that a function, array, or string can be used as an object, so the best way to check if a ScriptAny is a ScriptObject is to use isObject.
primitives
objects
See Implementation
Enumeration of what type is held by a ScriptAny. Note that a function, array, or string can be used as an object, so the best way to check if a ScriptAny is a ScriptObject is to use isObject.