Changeset 34412 in webkit for trunk/JavaScriptCore/kjs/CommonIdentifiers.h
- Timestamp:
- Jun 6, 2008, 11:03:24 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/CommonIdentifiers.h
r33979 r34412 24 24 #include "identifier.h" 25 25 #include <wtf/Noncopyable.h> 26 27 namespace WTF {28 template<typename T> class ThreadSpecific;29 }30 26 31 27 // List of property names, passed to a macro so we can do set them up various … … 75 71 76 72 private: 77 CommonIdentifiers( );78 friend class WTF::ThreadSpecific<CommonIdentifiers>;73 CommonIdentifiers(JSGlobalData*); 74 friend struct JSGlobalData; 79 75 80 76 public: 81 static CommonIdentifiers* shared();82 83 77 const Identifier nullIdentifier; 84 78 const Identifier underscoreProto;
Note:
See TracChangeset
for help on using the changeset viewer.