Home
last modified time | relevance | path

Searched refs:toStrictThisObject (Results 1 – 17 of 17) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
DStrictEvalActivation.h38 virtual JSValue toStrictThisObject(ExecState*) const;
DStrictEvalActivation.cpp46 JSValue StrictEvalActivation::toStrictThisObject(ExecState*) const in toStrictThisObject() function in JSC::StrictEvalActivation
DJSStaticScopeObject.cpp44 JSValue JSStaticScopeObject::toStrictThisObject(ExecState*) const in toStrictThisObject() function in JSC::JSStaticScopeObject
DJSStaticScopeObject.h45 virtual JSValue toStrictThisObject(ExecState*) const;
DJSActivation.h63 virtual JSValue toStrictThisObject(ExecState*) const;
DJSZombie.h64 virtual JSValue toStrictThisObject(ExecState*) const { ASSERT_NOT_REACHED(); return JSValue(); } in toStrictThisObject() function
DJSActivation.cpp200 JSValue JSActivation::toStrictThisObject(ExecState*) const in toStrictThisObject() function in JSC::JSActivation
DJSObject.h143 virtual JSValue toStrictThisObject(ExecState*) const;
846 inline JSValue JSValue::toStrictThisObject(ExecState* exec) const in toStrictThisObject() function
850 return asObject(asCell())->toStrictThisObject(exec); in toStrictThisObject()
DJSValue.h216 JSValue toStrictThisObject(ExecState*) const;
DJSObject.cpp499 JSValue JSObject::toStrictThisObject(ExecState*) const in toStrictThisObject() function in JSC::JSObject
/external/webkit/Source/WebCore/bindings/js/
DJSDOMWindowBase.h79 virtual JSC::JSValue toStrictThisObject(JSC::ExecState*) const;
DJSDOMWindowBase.cpp161 JSValue JSDOMWindowBase::toStrictThisObject(ExecState*) const in toStrictThisObject() function in WebCore::JSDOMWindowBase
/external/webkit/Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/
DJavaScriptCore.def346 ?toStrictThisObject@JSObject@JSC@@UBE?AVJSValue@2@PAVExecState@2@@Z
/external/webkit/Source/JavaScriptCore/jit/
DJITStubs.cpp1299 JSValue result = v1.toStrictThisObject(callFrame); in DEFINE_STUB_FUNCTION()
/external/webkit/Source/JavaScriptCore/interpreter/
DInterpreter.cpp4313 callFrame->uncheckedR(thisRegister) = JSValue(thisVal.toStrictThisObject(callFrame)); in privateExecute()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2011-02-1612810 (JSC::JSActivation::toStrictThisObject):
12828 (JSC::JSObject::toStrictThisObject):
12835 (JSC::JSValue::toStrictThisObject):
12837 (JSC::JSStaticScopeObject::toStrictThisObject):
12841 (JSC::JSZombie::toStrictThisObject):
12849 (JSC::StrictEvalActivation::toStrictThisObject):
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0635566 Override toStrictThisObject on the domwindow so that
35571 (WebCore::JSDOMWindowBase::toStrictThisObject):