Changeset 4206 in webkit for trunk/JavaScriptCore/kjs/internal.cpp
- Timestamp:
- Apr 29, 2003, 11:26:29 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/internal.cpp
r4087 r4206 55 55 using namespace KJS; 56 56 57 #if !APPLE_CHANGES 58 57 59 namespace KJS { 58 60 #ifdef WORDS_BIGENDIAN … … 70 72 const double Inf = *(const double*) Inf_Bytes; 71 73 }; 74 75 #endif // APPLE_CHANGES 72 76 73 77 static pthread_once_t interpreterLockOnce = PTHREAD_ONCE_INIT; … … 548 552 void InterpreterImp::initGlobalObject() 549 553 { 554 Identifier::init(); 555 550 556 // Contructor prototype objects (Object.prototype, Array.prototype etc) 551 557
Note:
See TracChangeset
for help on using the changeset viewer.