Searched refs:toObjectSlowCase (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DJSCJSValue.cpp69 JSObject* JSValue::toObjectSlowCase(ExecState* exec, JSGlobalObject* globalObject) const function in class:JSC::JSValue
H A DJSCJSValue.h421 JS_EXPORT_PRIVATE JSObject* toObjectSlowCase(ExecState*, JSGlobalObject*) const;
H A DJSCJSValueInlines.h653 return isCell() ? asCell()->toObject(exec, exec->lexicalGlobalObject()) : toObjectSlowCase(exec, exec->lexicalGlobalObject());
658 return isCell() ? asCell()->toObject(exec, globalObject) : toObjectSlowCase(exec, globalObject);

Completed in 193 milliseconds