KJS

Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 NKJS
 CBinaryLogicalNodeExpr1 && expr2, expr1 || expr2
 CBooleanObjectImp
 CBooleanProtoFunc
 CBooleanPrototype
 CClassInfoClass Information
 CCollectorGarbage collector
 CCompletionCompletion objects are used to convey the return status and value from functions
 CConditionalNodeThe ternary operator, "logical ? expr1 : expr2"
 CCString8 bit char based string class
 CDateObjectImp
 CDateProtoFunc
 CDatePrototype
 CDebugger
 CErrorFactory methods for error objects
 CExecStateRepresents the current state of script execution
 CFunctionBodyNodeThis AST node corresponds to the function body or top-level code in the AST, but is used to keep track of much of the information relevant to the whole function, such as parameter names and symbol tables
 CFunctionImpImplementation class for internal Functions
 CFunctionObjectImp
 CFunctionProtoFunc
 CFunctionPrototype
 CHashEntryAn entry in a hash table
 CHashTableA hash table Usually the hashtable is generated by the create_hash_table script, from a .table file
 CIdentifierRepresents an Identifier for a Javascript object
 CInterpreterInterpreter objects can be used to evaluate ECMAScript code
 CJSValueJSValue is the base type for all primitives (Undefined, Null, Boolean, String, Number) and objects in ECMAScript
 CJSWrapperObjectThis class is used as a base for classes such as String, Number, Boolean and Date which which are wrappers for primitive types
 CListNative list type
 CListIteratorIterator for KJS::List objects
 CLookupFast keyword lookup
 CNumberObjectImp
 CNumberProtoFunc
 CNumberPrototype
 CObjectObjectImp
 CObjectProtoFunc
 CObjectPrototype
 CParser
 CPropertyMapJavascript Property Map
 CStringObjectFuncImp
 CStringObjectImp
 CStringProtoFunc
 CStringPrototype
 CThrowerA minimal object that just throws an exception if executed
 CUCharUnicode character
 CUnicodeSupportInterface to set enhanced Unicode support functions
 CUStringUnicode string class
 CRep
 CKJSArgumentsA class representing a list of JavaScript arguments
 CKJSArrayA class representing a JavaScript array object
 CKJSBooleanA class representing a boolean JavaScript value
 CKJSContextA class representing a JavaScript execution context
 CKJSDateA class representing a JavaScript date object
 CKJSGlobalObjectA class representing a global object of an execution environment
 CKJSInterpreterA class representing a JavaScript interpreter
 CKJSNullA class representing a JavaScript null value
 CKJSNumberA class representing a JavaScript number value
 CKJSObjectA class representing a JavaScript value
 CKJSPrototypeA class representing a JavaScript prototype object
 CKJSResultA class representing the result of a script evaluation
 CKJSStringA class representing a JavaScript string value
 CKJSUndefinedA class representing an undefined JavaScript value
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sat Dec 2 2023 03:59:16 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.