Searched refs:toThisObject (Results 26 - 32 of 32) sorted by relevance

12

/external/webkit/Source/JavaScriptCore/runtime/
H A DJSGlobalObjectFunctions.cpp437 JSObject* thisObject = exec->hostThisValue().toThisObject(exec);
H A DJSObject.cpp494 JSObject* JSObject::toThisObject(ExecState*) const function in class:JSC::JSObject
H A DJSString.h407 virtual JSObject* toThisObject(ExecState*) const;
H A DDatePrototype.cpp1075 JSObject* object = thisValue.toThisObject(exec);
/external/webkit/Source/JavaScriptCore/API/
H A DJSCallbackObjectFunctions.h376 JSObjectRef thisObjRef = toRef(exec->hostThisValue().toThisObject(exec));
/external/webkit/Source/JavaScriptCore/interpreter/
H A DInterpreter.cpp412 return callFrame->globalData().interpreter->execute(eval, callFrame, callFrame->uncheckedR(codeBlock->thisRegister()).jsValue().toThisObject(callFrame), callFrame->registers() - registerFile->start() + registerOffset, scopeChain);
4294 callFrame->uncheckedR(thisRegister) = JSValue(thisVal.toThisObject(callFrame));
/external/webkit/Source/JavaScriptCore/jit/
H A DJITStubs.cpp1287 JSObject* result = v1.toThisObject(callFrame);

Completed in 174 milliseconds

12