Class NativeScript

All Implemented Interfaces:
Serializable, Callable, ConstProperties, Constructable, DebuggableObject, Function, IdFunctionCall, Scriptable, SymbolScriptable

class NativeScript extends BaseFunction
The JavaScript Script object.

Note that the C version of the engine uses XDR as the format used by freeze and thaw. Since this depends on the internal format of structures in the C runtime, we cannot duplicate it.

Since we cannot replace 'this' as a result of the compile method, will forward requests to execute to the nonnull 'script' field.

Since:
1.3