Changeset 154853 in webkit for trunk/Source/JavaScriptCore/runtime/VM.h
- Timestamp:
- Aug 29, 2013, 4:36:43 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/VM.h
r154797 r154853 236 236 const HashTable* regExpPrototypeTable; 237 237 const HashTable* stringConstructorTable; 238 #if ENABLE(PROMISES) 238 239 const HashTable* promisePrototypeTable; 239 240 const HashTable* promiseConstructorTable; 240 241 const HashTable* promiseResolverPrototypeTable; 241 242 #endif 243 242 244 Strong<Structure> structureStructure; 243 245 Strong<Structure> structureRareDataStructure;
Note:
See TracChangeset
for help on using the changeset viewer.