Context is fully implemented.
ExecState is fully implemented.
Interpreter is fully implemented.
KJS.Lookup is fully implemented.
KJS.HashTable is fully implemented.
KJS.KJSO is fully implemented.
KJS.Imp is fully implemented.
KJS.ObjectImp is fully implemented.
KJS.Object is fully implemented.
KJS.HostImp is fully implemented.
KJS.Global is fully implemented.
KJS.Error is fully implemented.
KJS.ClassInfo is fully implemented.
KJS.Undefined is fully implemented.
KJS.Null is fully implemented.
KJS.Boolean is fully implemented.
KJS.Number is fully implemented.
KJS.String is fully implemented.
KJS.Completion is fully implemented.
KJS.ListNode is fully implemented.
KJS.ListIterator is fully implemented.
KJS.List is fully implemented.
KJS.UChar is fully implemented.
KJS.UCharReference is fully implemented.
KJS.CString is fully implemented.
KJS.UString is fully implemented.
UString (const QString&); |
NOT Implemented
UString (const DOM::DOMString&); |
NOT Implemented
DOM::DOMString string () const; |
NOT Implemented
QString qstring () const; |
NOT Implemented - not found in libkjs
ulong toULong (bool* = 0) const; |
NOT Implemented - use toDouble instead
Boolean is fully implemented.
Null is fully implemented.
Number is fully implemented.
*** EXCEPT
Number (long l); |
Has member code or mapped type
Number (long l); |
Has member code or mapped type
String is fully implemented.
Undefined is fully implemented.
Value is fully implemented.
ValueImp is fully implemented.
*** EXCEPT
This class is ABSTRACT; all pure virtual methods must be overloaded before using
virtual bool toBoolean (ExecState* exec) = 0; |
PURE VIRTUAL method
virtual double toNumber (ExecState* exec) = 0; |
PURE VIRTUAL method
virtual KJS::Object toObject (ExecState* exec) = 0; |
PURE VIRTUAL method
virtual KJS::Value toPrimitive (ExecState* exec, Type preferredType = UnspecifiedType) = 0; |
PURE VIRTUAL method
virtual UString toString (ExecState* exec) = 0; |
PURE VIRTUAL method
virtual KJS::Type type () = 0; |
PURE VIRTUAL method
KJScript is fully implemented.