Changeset 34412 in webkit for trunk/JavaScriptCore/kjs/InitializeThreading.cpp
- Timestamp:
- Jun 6, 2008, 11:03:24 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/InitializeThreading.cpp
r33038 r34412 35 35 #include "identifier.h" 36 36 #include "JSGlobalObject.h" 37 #include "lexer.h"38 #include "Parser.h"39 37 #include "ustring.h" 40 38 #include <wtf/Threading.h> … … 54 52 Collector::registerAsMainThread(); 55 53 #endif 54 JSGlobalData::threadInstance(); 56 55 UString::null(); 57 Identifier::initializeIdentifierThreading();58 CommonIdentifiers::shared();59 lexer();60 56 initDateMath(); 61 JSGlobalObject::threadClassInfoHashTables();62 JSGlobalObject::head();63 57 #endif 64 58 }
Note:
See TracChangeset
for help on using the changeset viewer.