Searched defs:toStrictThisObject (Results 1 - 7 of 7) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
H A DStrictEvalActivation.cpp46 JSValue StrictEvalActivation::toStrictThisObject(ExecState*) const function in class:JSC::StrictEvalActivation
H A DJSStaticScopeObject.cpp44 JSValue JSStaticScopeObject::toStrictThisObject(ExecState*) const function in class:JSC::JSStaticScopeObject
H A DJSZombie.h64 virtual JSValue toStrictThisObject(ExecState*) const { ASSERT_NOT_REACHED(); return JSValue(); } function in class:JSC::JSZombie
H A DJSActivation.cpp200 JSValue JSActivation::toStrictThisObject(ExecState*) const function in class:JSC::JSActivation
H A DJSObject.cpp499 JSValue JSObject::toStrictThisObject(ExecState*) const function in class:JSC::JSObject
H A DJSObject.h143 virtual JSValue toStrictThisObject(ExecState*) const;
846 inline JSValue JSValue::toStrictThisObject(ExecState* exec) const function in class:JSC::JSValue
850 return asObject(asCell())->toStrictThisObject(exec);
/external/webkit/Source/WebCore/bindings/js/
H A DJSDOMWindowBase.cpp161 JSValue JSDOMWindowBase::toStrictThisObject(ExecState*) const function in class:WebCore::JSDOMWindowBase

Completed in 87 milliseconds