Searched defs:toThisObject (Results 1 – 9 of 9) sorted by relevance
41 JSObject* StrictEvalActivation::toThisObject(ExecState* exec) const in toThisObject() function in JSC::StrictEvalActivation
39 JSObject* JSStaticScopeObject::toThisObject(ExecState* exec) const in toThisObject() function in JSC::JSStaticScopeObject
161 JSObject* JSCell::toThisObject(ExecState* exec) const in toThisObject() function in JSC::JSCell
195 JSObject* JSActivation::toThisObject(ExecState* exec) const in toThisObject() function in JSC::JSActivation
63 virtual JSObject* toThisObject(ExecState*) const { ASSERT_NOT_REACHED(); return 0; } in toThisObject() function
266 JSObject* JSString::toThisObject(ExecState* exec) const in toThisObject() function in JSC::JSString
330 inline JSObject* JSValue::toThisObject(ExecState* exec) const in toThisObject() function
494 JSObject* JSObject::toThisObject(ExecState*) const in toThisObject() function in JSC::JSObject
156 JSObject* JSDOMWindowBase::toThisObject(ExecState*) const in toThisObject() function in WebCore::JSDOMWindowBase