Unicorn XML Toolkit
Version 1.00.00

Namespace EcmaScript

This namespace contains declarations of classes related to the implementation of EcmaScript interpreter.

The ECMAScript language in defined in ECMAScript Language Specification. Standard ECMA-262.

The toolkit implements the 2nd Edition of ECMA-262 specification. The regular expression (RegExp) facility specified by the 3rd Edition is implemented as an extension. Implementation details are described in Unicorn XML Processor. Standard Edition. Version 2.00.00. Reference Manual.

Since:
1.00.00
Version:
1.00.00
Author:
Alexey Gokhberg
Class Summary
CNumber The ECMAScript number.
CValue The abstract interface to ECMAScript values.
CPropertyName The ECMAScript property name.
CAttribute The bit flags for ECMAScript property attributes.
CObject The abstract interface to ECMAScript objects.
CEnumerator The abstract interface to enumerators of object properties.
CReference The ECMAScript reference.
CList The ECMAScript list.
CCompletion Thie ECMAScript completion.
CUndefinedValue The ECMAScript undefined value.
CNullValue The ECMAScript null value.
CBooleanValue Thie ECMAScript boolean value.
CStringValue The ECMAScript string value.
CNumberValue The ECMAScript number value.
CObjectValue The ECMAScript object value.
CReferenceValue The ECMAScript reference value.
CListValue The ECMAScript list value.
CCompletionValue The ECMAScript completion value.
CScopeChain The ECMAScript scope chain.
CContext The ECMAScript execution context.
CClientContext The execution context to be supplied by applications.
CGlobalObject The ECMAScript global object.
CErrorHandler The abstract interface for reporting parse errors.
CInterpreter The ECMAScript interpreter.
CParseError The exception thrown on ECMAScript parse errors.
CRuntimeError The exception thrown on ECMAScript runtime errors.
CEcmaScriptException The top-level ECMAScript exception.
CPropertyMap The property map of a native object.
CNativeObject The abstract interface to ECMAScript native objects.
CNativeEnumerator The property enumerator for a native object.
CNativeFunction The abstract interface to native function objects.
CBuiltinFunction The abstract interface to built-in functions.
CBuiltinConstructor The built-in constructor.
 


Unicorn XML Toolkit
Version 1.00.00


This document was created using Unicorn DOC++.

Copyright 1999-2001 Unicorn Enterprises SA.
All Rights Reserved.