Home
last modified time | relevance | path

Searched defs:toThisObject (Results 1 – 9 of 9) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
DStrictEvalActivation.cpp41 JSObject* StrictEvalActivation::toThisObject(ExecState* exec) const in toThisObject() function in JSC::StrictEvalActivation
DJSStaticScopeObject.cpp39 JSObject* JSStaticScopeObject::toThisObject(ExecState* exec) const in toThisObject() function in JSC::JSStaticScopeObject
DJSCell.cpp161 JSObject* JSCell::toThisObject(ExecState* exec) const in toThisObject() function in JSC::JSCell
DJSActivation.cpp195 JSObject* JSActivation::toThisObject(ExecState* exec) const in toThisObject() function in JSC::JSActivation
DJSZombie.h63 virtual JSObject* toThisObject(ExecState*) const { ASSERT_NOT_REACHED(); return 0; } in toThisObject() function
DJSString.cpp266 JSObject* JSString::toThisObject(ExecState* exec) const in toThisObject() function in JSC::JSString
DJSCell.h330 inline JSObject* JSValue::toThisObject(ExecState* exec) const in toThisObject() function
DJSObject.cpp494 JSObject* JSObject::toThisObject(ExecState*) const in toThisObject() function in JSC::JSObject
/external/webkit/Source/WebCore/bindings/js/
DJSDOMWindowBase.cpp156 JSObject* JSDOMWindowBase::toThisObject(ExecState*) const in toThisObject() function in WebCore::JSDOMWindowBase