HomeSort by relevance Sort by last modified time
    Searched refs:JSNotAnObject (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/JavaScriptCore/runtime/
JSNotAnObject.cpp 31 #include "JSNotAnObject.h"
37 ASSERT_CLASS_FITS_IN_CELL(JSNotAnObject);
40 JSValue JSNotAnObject::toPrimitive(ExecState* exec, PreferredPrimitiveType) const
46 bool JSNotAnObject::getPrimitiveNumber(ExecState* exec, double&, JSValue&)
52 bool JSNotAnObject::toBoolean(ExecState* exec) const
58 double JSNotAnObject::toNumber(ExecState* exec) const
64 UString JSNotAnObject::toString(ExecState* exec) const
70 JSObject* JSNotAnObject::toObject(ExecState* exec, JSGlobalObject*) const
73 return const_cast<JSNotAnObject*>(this);
77 bool JSNotAnObject::getOwnPropertySlot(ExecState* exec, const Identifier&, PropertySlot&
    [all...]
JSNotAnObject.h 39 class JSNotAnObject : public JSNonFinalObject {
41 JSNotAnObject(ExecState* exec)
JSValue.cpp 32 #include "JSNotAnObject.h"
68 return new (exec) JSNotAnObject(exec);
93 return new (exec) JSNotAnObject(exec);
106 return new (exec) JSNotAnObject(exec);
JSGlobalData.cpp 45 #include "JSNotAnObject.h"
191 notAnObjectStructure.set(*this, JSNotAnObject::createStructure(*this, jsNull()));

Completed in 449 milliseconds