|
|
KJS | Array of error names corresponding to ErrorType |
KJS::Boolean | Represents an primitive Null value |
KJS::CString | 8 bit char based string class. |
KJS::ClassInfo | Class Information |
KJS::Completion | Handle for a Completion type. |
KJS::Context | Represents an execution context, as specified by section 10 of the ECMA spec. |
KJS::Error | Factory methods for error objects. |
KJS::ExecState | Represents the current state of script execution. |
KJS::Interpreter | Interpreter objects can be used to evaluate ECMAScript code. |
KJS::List | Native list type. |
KJS::ListIterator | Iterator for KJS::List objects. |
KJS::Null | Represents an primitive Null value. |
KJS::Number | Represents an primitive Number value |
KJS::Object | Represents an Object. |
KJS::ObjectImp | |
KJS::Reference | |
KJS::String | Represents an primitive Null value |
KJS::UChar | Unicode character. |
KJS::UCharReference | Dynamic reference to a string character. |
KJS::UString | Unicode string class. |
KJS::Undefined | Represents an primitive Undefined value. |
KJS::Value | Value objects are act as wrappers ("smart pointers") around ValueImp objects and their descendents. |
KJS::ValueImp | ValueImp is the base type for all primitives (Undefined, Null, Boolean, String, Number) and objects in ECMAScript. |
Generated by: dfaure on faure on Tue Apr 16 08:50:27 2002, using kdoc 2.0a53. |