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

  /external/webkit/Source/JavaScriptCore/runtime/
CommonIdentifiers.cpp 22 #include "CommonIdentifiers.h"
30 CommonIdentifiers::CommonIdentifiers(JSGlobalData* globalData)
CommonIdentifiers.h 80 class CommonIdentifiers {
81 WTF_MAKE_NONCOPYABLE(CommonIdentifiers); WTF_MAKE_FAST_ALLOCATED;
83 CommonIdentifiers(JSGlobalData*);
JSGlobalData.h 60 class CommonIdentifiers;
180 CommonIdentifiers* propertyNames;
JSGlobalData.cpp 34 #include "CommonIdentifiers.h"
159 , propertyNames(new CommonIdentifiers(this))
  /external/webkit/Source/JavaScriptCore/interpreter/
CallFrame.h 71 const CommonIdentifiers& propertyNames() const { return *globalData().propertyNames; }
  /external/webkit/Source/JavaScriptCore/bytecompiler/
BytecodeGenerator.h 100 const CommonIdentifiers& propertyNames() const { return *m_globalData->propertyNames; }

Completed in 2381 milliseconds