Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
| KJSArguments | A class representing a list of JavaScript arguments |
| KJSArray | A class representing a JavaScript array object |
| KJSBoolean | A class representing a boolean JavaScript value |
| KJSContext | A class representing a JavaScript execution context |
| KJSDate | A class representing a JavaScript date object |
| KJSGlobalObject | A class representing a global object of an execution environment |
| KJSInterpreter | A class representing a JavaScript interpreter |
| KJSNull | A class representing a JavaScript null value |
| KJSNumber | A class representing a JavaScript number value |
| KJSObject | A class representing a JavaScript value |
| KJSPrototype | A class representing a JavaScript prototype object |
| KJSResult | A class representing the result of a script evaluation |
| KJSString | A class representing a JavaScript string value |
| KJSUndefined | A class representing an undefined JavaScript value |