Searched refs:toStrictThisObject (Results 1 – 17 of 17) sorted by relevance
38 virtual JSValue toStrictThisObject(ExecState*) const;
46 JSValue StrictEvalActivation::toStrictThisObject(ExecState*) const in toStrictThisObject() function in JSC::StrictEvalActivation
44 JSValue JSStaticScopeObject::toStrictThisObject(ExecState*) const in toStrictThisObject() function in JSC::JSStaticScopeObject
45 virtual JSValue toStrictThisObject(ExecState*) const;
63 virtual JSValue toStrictThisObject(ExecState*) const;
64 virtual JSValue toStrictThisObject(ExecState*) const { ASSERT_NOT_REACHED(); return JSValue(); } in toStrictThisObject() function
200 JSValue JSActivation::toStrictThisObject(ExecState*) const in toStrictThisObject() function in JSC::JSActivation
143 virtual JSValue toStrictThisObject(ExecState*) const;846 inline JSValue JSValue::toStrictThisObject(ExecState* exec) const in toStrictThisObject() function850 return asObject(asCell())->toStrictThisObject(exec); in toStrictThisObject()
216 JSValue toStrictThisObject(ExecState*) const;
499 JSValue JSObject::toStrictThisObject(ExecState*) const in toStrictThisObject() function in JSC::JSObject
79 virtual JSC::JSValue toStrictThisObject(JSC::ExecState*) const;
161 JSValue JSDOMWindowBase::toStrictThisObject(ExecState*) const in toStrictThisObject() function in WebCore::JSDOMWindowBase
346 ?toStrictThisObject@JSObject@JSC@@UBE?AVJSValue@2@PAVExecState@2@@Z
1299 JSValue result = v1.toStrictThisObject(callFrame); in DEFINE_STUB_FUNCTION()
4313 callFrame->uncheckedR(thisRegister) = JSValue(thisVal.toStrictThisObject(callFrame)); in privateExecute()
12810 (JSC::JSActivation::toStrictThisObject):12828 (JSC::JSObject::toStrictThisObject):12835 (JSC::JSValue::toStrictThisObject):12837 (JSC::JSStaticScopeObject::toStrictThisObject):12841 (JSC::JSZombie::toStrictThisObject):12849 (JSC::StrictEvalActivation::toStrictThisObject):
35566 Override toStrictThisObject on the domwindow so that35571 (WebCore::JSDOMWindowBase::toStrictThisObject):