Changeset 96465 in webkit for trunk/Source/JavaScriptCore/runtime/JSGlobalData.h
- Timestamp:
- Oct 1, 2011, 5:54:56 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/JSGlobalData.h
r95758 r96465 296 296 #endif 297 297 void dumpRegExpTrace(); 298 HandleSlot allocateGlobalHandle() { return heap.allocateGlobalHandle(); }299 HandleSlot allocateLocalHandle() { return heap.allocateLocalHandle(); }300 298 void clearBuiltinStructures(); 301 299 … … 321 319 }; 322 320 323 inline HandleSlot allocateGlobalHandle(JSGlobalData& globalData)324 {325 return globalData.allocateGlobalHandle();326 }327 328 321 #if ENABLE(GC_VALIDATION) 329 322 inline bool JSGlobalData::isInitializingObject() const
Note:
See TracChangeset
for help on using the changeset viewer.