메소드 | 설명 | |
---|---|---|
CacheBuiltins ( ) : void |
Cache the built-in ECMAScript objects to protect them against modifications by the script. Cache the built-in ECMAScript objects to protect them against modifications by the script. This method is called automatically by |
|
GetBuiltinCtor ( |
Get the cached built-in object constructor from this scope with the given Get the cached built-in object constructor from this scope with the given |
|
GetBuiltinCtor ( |
Static helper method to get a built-in object constructor with the given Static helper method to get a built-in object constructor with the given |
|
GetBuiltinPrototype ( Scriptable scope, |
Static helper method to get a built-in object prototype with the given Static helper method to get a built-in object prototype with the given |
|
GetBuiltinPrototype ( |
Get the cached built-in object prototype from this scope with the given Get the cached built-in object prototype from this scope with the given |
|
GetClassName ( ) : string |
public GetBuiltinCtor ( |
||
type | the built-in type | |
리턴 |
public static GetBuiltinCtor ( |
||
cx | the current Context | |
scope | Scriptable | the top-level scope |
type | the built-in type | |
리턴 | Function |
public static GetBuiltinPrototype ( Scriptable scope, |
||
scope | Scriptable | the top-level scope |
type | the built-in type | |
리턴 | Scriptable |
public GetBuiltinPrototype ( |
||
type | the built-in type | |
리턴 | Scriptable |