HomeSort by relevance Sort by last modified time
    Searched refs:emptyObjectStructure (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/JavaScriptCore/runtime/
JSGlobalObject.h 204 Structure* emptyObjectStructure() const { return m_emptyObjectStructure.get(); }
400 return constructEmptyObject(exec, globalObject->emptyObjectStructure());
JSFunction.cpp 190 JSObject* prototype = constructEmptyObject(exec, scope()->globalObject->emptyObjectStructure());
  /external/webkit/Source/JavaScriptCore/jit/
JITStubs.cpp     [all...]
  /external/webkit/Source/JavaScriptCore/interpreter/
Interpreter.cpp     [all...]

Completed in 79 milliseconds