Searched defs:constructEmptyObject (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
H A DJSObject.h384 inline JSObject* constructEmptyObject(ExecState* exec, Structure* structure) function in namespace:JSC
H A DJSGlobalObject.h398 inline JSObject* constructEmptyObject(ExecState* exec, JSGlobalObject* globalObject) function in namespace:JSC
400 return constructEmptyObject(exec, globalObject->emptyObjectStructure());
403 inline JSObject* constructEmptyObject(ExecState* exec) function in namespace:JSC
405 return constructEmptyObject(exec, exec->lexicalGlobalObject());

Completed in 71 milliseconds