Home
last modified time | relevance | path

Searched refs:CommonIdentifiers (Results 1 – 14 of 14) sorted by relevance

/external/webkit/JavaScriptCore/runtime/
DCommonIdentifiers.cpp30 CommonIdentifiers::CommonIdentifiers(JSGlobalData* globalData) in CommonIdentifiers() function in JSC::CommonIdentifiers
DCommonIdentifiers.h70 class CommonIdentifiers : Noncopyable {
72 CommonIdentifiers(JSGlobalData*);
DJSGlobalData.h46 class CommonIdentifiers; variable
105 CommonIdentifiers* propertyNames;
DJSGlobalData.cpp88 , propertyNames(new CommonIdentifiers(this)) in JSGlobalData()
/external/webkit/JavaScriptCore/interpreter/
DCallFrame.h82 const CommonIdentifiers& propertyNames() const { return *globalData().propertyNames; } in propertyNames()
/external/webkit/JavaScriptCore/
DAndroid.mk95 runtime/CommonIdentifiers.cpp \
DJavaScriptCore.pri111 runtime/CommonIdentifiers.cpp \
DGNUmakefile.am307 JavaScriptCore/runtime/CommonIdentifiers.cpp \
308 JavaScriptCore/runtime/CommonIdentifiers.h \
DJavaScriptCore.scons56 'runtime/CommonIdentifiers.cpp',
DChangeLog-2008-08-10483 * kjs/CommonIdentifiers.h:
3621 * kjs/CommonIdentifiers.h:
5962 * kjs/CommonIdentifiers.h:
7579 * kjs/CommonIdentifiers.cpp:
7580 (KJS::CommonIdentifiers::CommonIdentifiers):
7581 * kjs/CommonIdentifiers.h:
14856 * kjs/CommonIdentifiers.cpp:
14857 (KJS::CommonIdentifiers::CommonIdentifiers):
14858 * kjs/CommonIdentifiers.h:
15784 * kjs/CommonIdentifiers.h:
[all …]
DChangeLog13318 * runtime/CommonIdentifiers.h:
13584 * kjs/CommonIdentifiers.cpp: Removed.
13585 * kjs/CommonIdentifiers.h: Removed.
13615 * runtime/CommonIdentifiers.cpp: Copied from kjs/CommonIdentifiers.cpp.
13616 * runtime/CommonIdentifiers.h: Copied from kjs/CommonIdentifiers.h.
24045 * kjs/CommonIdentifiers.cpp:
24046 (JSC::CommonIdentifiers::CommonIdentifiers):
24047 * kjs/CommonIdentifiers.h:
24247 * kjs/CommonIdentifiers.cpp:
24248 * kjs/CommonIdentifiers.h:
DChangeLog-2007-10-1485 * kjs/CommonIdentifiers.h:
3671 * kjs/CommonIdentifiers.cpp: Added. New class to hold all the shared identifiers.
3672 (KJS::CommonIdentifiers::CommonIdentifiers):
3673 (KJS::CommonIdentifiers::shared):
3674 * kjs/CommonIdentifiers.h: Added.
3677 (KJS::ExecState::propertyNames): Hand the CommonIdentifiers instance here for easy access.
/external/webkit/JavaScriptCore/bytecompiler/
DBytecodeGenerator.h76 const CommonIdentifiers& propertyNames() const { return *m_globalData->propertyNames; } in propertyNames()
/external/webkit/JavaScriptCore/JavaScriptCore.xcodeproj/
Dproject.pbxproj188 …0E16F5CD00B34460 /* CommonIdentifiers.h in Headers */ = {isa = PBXBuildFile; fileRef = 65EA73630BA…
568 …BB560 /* CommonIdentifiers.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType …
569 …001BB560 /* CommonIdentifiers.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType…
1229 65EA73620BAE35D1001BB560 /* CommonIdentifiers.cpp */,
1230 65EA73630BAE35D1001BB560 /* CommonIdentifiers.h */,
1519 BC18C3F30E16F5CD00B34460 /* CommonIdentifiers.h in Headers */,