Scope
Constructor Summary
| Public Constructor | ||
| public |
constructor(realm: *) |
|
Member Summary
| Public Members | ||
| public |
global: * |
|
| public |
object: * |
|
| public |
parent: * |
|
| public |
realm: * |
|
| public |
|
|
| public |
thiz: * |
|
| public |
top: * |
|
| public |
writeTo: * |
|
| public |
writeToBlock: * |
|
Method Summary
| Public Methods | ||
| public |
add(name: *, value: *) |
|
| public |
addBlock(name: *, value: *) |
|
| public |
addConst(name: *, value: *) |
|
| public |
createBlockChild(): * |
|
| public |
createChild(): * |
|
| public |
fromNative(value: *, x: *): * |
|
| public |
|
|
| public |
getVariableNames(): * |
|
| public |
has(name: *): * |
|
| public |
Set the identifier in its nearest scope, or create a global. |
|
| public |
ref(name: *): * |
|
| public |
Set the identifier in its nearest scope, or create a global. |
|
Public Constructors
public constructor(realm: *) source
Params:
| Name | Type | Attribute | Description |
| realm | * |
Public Members
public global: * source
public object: * source
public parent: * source
public realm: * source
public thiz: * source
public top: * source
public writeTo: * source
public writeToBlock: * source
Public Methods
public add(name: *, value: *) source
Params:
| Name | Type | Attribute | Description |
| name | * | ||
| value | * |
public addBlock(name: *, value: *) source
Params:
| Name | Type | Attribute | Description |
| name | * | ||
| value | * |
public addConst(name: *, value: *) source
Params:
| Name | Type | Attribute | Description |
| name | * | ||
| value | * |
public fromNative(value: *, x: *): * source
Params:
| Name | Type | Attribute | Description |
| value | * | ||
| x | * |
Return:
| * |
public get(name: string): Value source
Params:
| Name | Type | Attribute | Description |
| name | string | Identifier to retreive |