HomeSort by relevance Sort by last modified time
    Searched defs:objectConstructorTable (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/JavaScriptCore/interpreter/
CallFrame.h 83 static const HashTable* objectConstructorTable(CallFrame* callFrame) { return callFrame->globalData().objectConstructorTable; }
  /external/webkit/Source/JavaScriptCore/runtime/
JSGlobalData.h 144 const HashTable* objectConstructorTable;

Completed in 218 milliseconds