Method | Description | |
---|---|---|
ArgumentsInstance ( |
Creates a new Arguments instance.
|
|
Delete ( uint index, bool throwOnError ) : bool |
Deletes the property with the given array index.
|
Method | Description | |
---|---|---|
ArgumentGetter ( ScriptEngine engine, Compiler scope, object thisObject, Library functionObject, object argumentValues ) : object |
Used to retrieve the value of an argument.
|
|
ArgumentSetter ( ScriptEngine engine, Compiler scope, object thisObject, Library functionObject, object argumentValues ) : object |
Used to set the value of an argument.
|
public ArgumentsInstance ( |
||
prototype | The next object in the prototype chain. | |
callee | Jurassic.Library.UserDefinedFunction | The function that was called. |
scope | The function scope. | |
argumentValues | object | The argument values that were passed to the function. |
return | System |
public Delete ( uint index, bool throwOnError ) : bool | ||
index | uint | The array index of the property to delete. |
throwOnError | bool | |
return | bool |