Qt 4.8
|
#include "config.h"
#include "qscriptvariant_p.h"
#include "../api/qscriptengine.h"
#include "../api/qscriptengine_p.h"
#include "Error.h"
#include "PrototypeFunction.h"
#include "JSFunction.h"
#include "NativeFunctionWrapper.h"
#include "JSString.h"
Go to the source code of this file.
Namespaces | |
JSC | |
QScript | |
Functions | |
JSC::ASSERT_CLASS_FITS_IN_CELL (QScript::QVariantPrototype) | |
static JSC::JSValue JSC_HOST_CALL | QScript::variantProtoFuncToString (JSC::ExecState *exec, JSC::JSObject *callee, JSC::JSValue thisValue, const JSC::ArgList &args) |
static JSC::JSValue JSC_HOST_CALL | QScript::variantProtoFuncValueOf (JSC::ExecState *exec, JSC::JSObject *, JSC::JSValue thisValue, const JSC::ArgList &) |