Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/runtime/
DCommonIdentifiers.h80 class CommonIdentifiers {
81 WTF_MAKE_NONCOPYABLE(CommonIdentifiers); WTF_MAKE_FAST_ALLOCATED;
83 CommonIdentifiers(JSGlobalData*);
DCommonIdentifiers.cpp30 CommonIdentifiers::CommonIdentifiers(JSGlobalData* globalData) in CommonIdentifiers() function in JSC::CommonIdentifiers
DJSGlobalData.h60 class CommonIdentifiers; variable
180 CommonIdentifiers* propertyNames;
DJSGlobalData.cpp159 , propertyNames(new CommonIdentifiers(this)) in JSGlobalData()
/external/webkit/Source/JavaScriptCore/interpreter/
DCallFrame.h71 const CommonIdentifiers& propertyNames() const { return *globalData().propertyNames; } in propertyNames()
/external/webkit/Source/JavaScriptCore/
DCMakeLists.txt94 runtime/CommonIdentifiers.cpp
DJavaScriptCore.pro130 runtime/CommonIdentifiers.cpp \
DJavaScriptCore.gypi65 'runtime/CommonIdentifiers.h',
468 'runtime/CommonIdentifiers.cpp',
DGNUmakefile.list.am234 Source/JavaScriptCore/runtime/CommonIdentifiers.cpp \
235 Source/JavaScriptCore/runtime/CommonIdentifiers.h \
DChangeLog-2010-05-246293 * runtime/CommonIdentifiers.cpp:
6294 (JSC::CommonIdentifiers::CommonIdentifiers):
6295 * runtime/CommonIdentifiers.h:
8866 * runtime/CommonIdentifiers.cpp:
8867 (JSC::CommonIdentifiers::CommonIdentifiers):
8868 * runtime/CommonIdentifiers.h:
10894 * runtime/CommonIdentifiers.h:
18338 * runtime/CommonIdentifiers.h:
18377 * runtime/CommonIdentifiers.h:
18425 * runtime/CommonIdentifiers.h:
[all …]
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 …]
DChangeLog-2009-06-16390 * runtime/CommonIdentifiers.h:
7365 * runtime/CommonIdentifiers.h:
8989 * runtime/CommonIdentifiers.h: Added displayName common identifier.
25111 * runtime/CommonIdentifiers.h:
25377 * kjs/CommonIdentifiers.cpp: Removed.
25378 * kjs/CommonIdentifiers.h: Removed.
25408 * runtime/CommonIdentifiers.cpp: Copied from kjs/CommonIdentifiers.cpp.
25409 * runtime/CommonIdentifiers.h: Copied from kjs/CommonIdentifiers.h.
35838 * kjs/CommonIdentifiers.cpp:
35839 (JSC::CommonIdentifiers::CommonIdentifiers):
[all …]
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.
DChangeLog-2011-02-1612780 * runtime/CommonIdentifiers.cpp:
12781 (JSC::CommonIdentifiers::CommonIdentifiers):
12782 * runtime/CommonIdentifiers.h:
DChangeLog6298 * runtime/CommonIdentifiers.h:
/external/webkit/Source/JavaScriptCore/bytecompiler/
DBytecodeGenerator.h100 const CommonIdentifiers& propertyNames() const { return *m_globalData->propertyNames; } in propertyNames()
/external/webkit/Source/JavaScriptCore/JavaScriptCore.xcodeproj/
Dproject.pbxproj144 …07EC37600427A48 /* CommonIdentifiers.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 65EA73620B…
435 …0E16F5CD00B34460 /* CommonIdentifiers.h in Headers */ = {isa = PBXBuildFile; fileRef = 65EA73630BA…
884 …BB560 /* CommonIdentifiers.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType …
885 …001BB560 /* CommonIdentifiers.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType…
1802 65EA73620BAE35D1001BB560 /* CommonIdentifiers.cpp */,
1803 65EA73630BAE35D1001BB560 /* CommonIdentifiers.h */,
2235 BC18C3F30E16F5CD00B34460 /* CommonIdentifiers.h in Headers */,
2814 147F39C1107EC37600427A48 /* CommonIdentifiers.cpp in Sources */,