Searched refs:constructEmptyObject (Results 1 - 22 of 22) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DObjectConstructor.h63 inline JSObject* constructEmptyObject(ExecState* exec, Structure* structure) function in namespace:JSC
68 inline JSObject* constructEmptyObject(ExecState* exec, JSObject* prototype, unsigned inlineCapacity) function in namespace:JSC
74 return constructEmptyObject(exec, structure);
77 inline JSObject* constructEmptyObject(ExecState* exec, JSObject* prototype) function in namespace:JSC
79 return constructEmptyObject(exec, prototype, JSFinalObject::defaultInlineCapacity());
82 inline JSObject* constructEmptyObject(ExecState* exec) function in namespace:JSC
84 return constructEmptyObject(exec, exec->lexicalGlobalObject()->objectPrototype());
H A DObjectConstructor.cpp111 return constructEmptyObject(exec, globalObject->objectPrototype());
161 JSObject* description = constructEmptyObject(exec);
353 ? constructEmptyObject(exec, asObject(proto))
354 : constructEmptyObject(exec, exec->lexicalGlobalObject()->nullPrototypeObjectStructure());
H A DJSONObject.cpp241 JSObject* object = constructEmptyObject(m_exec);
773 JSObject* finalHolder = constructEmptyObject(m_exec);
H A DJSFunction.cpp227 JSObject* prototype = constructEmptyObject(exec);
H A DLiteralParser.cpp595 JSObject* object = constructEmptyObject(m_exec);
/macosx-10.9.5/JavaScriptCore-7537.78.1/profiler/
H A DProfilerProfiledBytecodes.cpp47 JSObject* result = constructEmptyObject(exec);
H A DProfilerBytecode.cpp37 JSObject* result = constructEmptyObject(exec);
H A DProfilerCompiledBytecode.cpp47 JSObject* result = constructEmptyObject(exec);
H A DProfilerOrigin.cpp50 JSObject* result = constructEmptyObject(exec);
H A DProfilerOSRExit.cpp50 JSObject* result = constructEmptyObject(exec);
H A DProfilerBytecodes.cpp56 JSObject* result = constructEmptyObject(exec);
H A DProfilerCompilation.cpp95 JSObject* result = constructEmptyObject(exec);
113 JSObject* counterEntry = constructEmptyObject(exec);
H A DProfilerDatabase.cpp96 JSObject* result = constructEmptyObject(exec);
/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DJSSQLResultSetRowListCustom.cpp57 JSObject* object = constructEmptyObject(exec);
H A DJSInjectedScriptHostCustom.cpp179 JSObject* location = constructEmptyObject(exec);
183 JSObject* result = constructEmptyObject(exec);
218 JSObject* listenerEntry = constructEmptyObject(exec);
244 JSObject* result = constructEmptyObject(exec);
H A DJSDeviceMotionEventCustom.cpp118 JSObject* object = constructEmptyObject(exec);
127 JSObject* object = constructEmptyObject(exec);
H A DIDBBindingUtilities.cpp204 JSObject* object = constructEmptyObject(exec);
H A DSerializedScriptValue.cpp1639 JSObject* outObject = constructEmptyObject(m_exec, m_globalObject->objectPrototype());
/macosx-10.9.5/JavaScriptCore-7537.78.1/llint/
H A DLLIntSlowPaths.cpp500 LLINT_RETURN(constructEmptyObject(exec, structure));
518 LLINT_RETURN(constructEmptyObject(exec, pc[3].u.objectAllocationProfile->structure()));
/macosx-10.9.5/JavaScriptCore-7537.78.1/API/
H A DJSObjectRef.cpp91 return toRef(constructEmptyObject(exec));
/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGOperations.cpp362 return constructEmptyObject(exec, jsCast<JSFunction*>(constructor)->allocationProfile(exec, inlineCapacity)->structure());
370 return constructEmptyObject(exec, structure);
/macosx-10.9.5/JavaScriptCore-7537.78.1/jit/
H A DJITStubs.cpp1392 JSValue result = constructEmptyObject(callFrame, structure);
1473 return constructEmptyObject(stackFrame.callFrame, stackFrame.args[0].structure());

Completed in 212 milliseconds