Method | Description | |
---|---|---|
CallLateBound ( object thisObject ) : object |
Calls this function, passing in the given "this" value and zero or more arguments.
|
Method | Description | |
---|---|---|
ThrowTypeErrorFunction ( |
Creates a new ThrowTypeErrorFunction instance.
|
|
ThrowTypeErrorFunction ( |
Creates a new ThrowTypeErrorFunction instance.
|
public CallLateBound ( object thisObject ) : object | ||
thisObject | object | The value of the "this" keyword within the function. |
return | object |