|
Abstract interface for interacting with a ECMAScript (JavaScript) engine. This provides functionality for creating ECMAScript execution contexts, manipulating ECMAScript scopes, manipulating variables within those scopes, and evaluating ECMAScript expressions/scripts. There is one ECMAScript interface per thread/line. |
|
Result codes for interface methods. Result codes less then zero are severe errors (likely to be platform faults), those greater then zero are warnings (likely to be application issues) |
|
Attributes for scope name.
|
|
|
Attributes for scope name.
|