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

/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DJSCJSValue.cpp84 JSValue JSValue::toThisSlowCase(ExecState* exec, ECMAMode ecmaMode) const function in class:JSC::JSValue
H A DJSCJSValue.h422 JS_EXPORT_PRIVATE JSValue toThisSlowCase(ExecState*, ECMAMode) const;
H A DJSCJSValueInlines.h674 return isCell() ? asCell()->methodTable(exec->vm())->toThis(asCell(), exec, ecmaMode) : toThisSlowCase(exec, ecmaMode);

Completed in 193 milliseconds