kjsembed
KJS Namespace Reference
Implement QString-KJSUString conversion methods. More...
Functions | |
KJS::JSCell * | jsString (const QString &s) |
JSObject * | throwError (ExecState *e, ErrorType t, const QString &m) |
Detailed Description
Implement QString-KJSUString conversion methods.
These methods are declared by KJS, but libkjs doesn't actually contain their implementations. because we link against khtml , those functions are already implemented there.
Function Documentation
KJS::JSCell* KJS::jsString | ( | const QString & | s | ) | [inline] |
Definition at line 73 of file kjseglobal.h.
JSObject* KJS::throwError | ( | ExecState * | e, | |
ErrorType | t, | |||
const QString & | m | |||
) | [inline] |
Definition at line 241 of file binding_support.h.