Searched refs:synthesizePrototype (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DJSCJSValue.cpp99 JSObject* JSValue::synthesizePrototype(ExecState* exec) const function in class:JSC::JSValue
129 JSObject* obj = synthesizePrototype(exec);
187 if (synthesizePrototype(exec)->attemptToInterceptPutByIndexOnHoleForPrototype(exec, *this, propertyName, value, shouldThrow))
H A DJSCJSValue.h288 JS_EXPORT_PRIVATE JSObject* synthesizePrototype(ExecState*) const;
H A DJSCJSValueInlines.h691 object = synthesizePrototype(exec);
714 object = synthesizePrototype(exec);
H A DJSGlobalObjectFunctions.cpp747 return JSValue::encode(exec->thisValue().synthesizePrototype(exec));

Completed in 194 milliseconds