Changeset 187538 in webkit for trunk/Source/JavaScriptCore/runtime/JSGlobalObject.h
- Timestamp:
- Jul 28, 2015, 8:27:23 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/JSGlobalObject.h
r187531 r187538 244 244 WriteBarrier<Structure> m_regExpMatchesArrayStructure; 245 245 WriteBarrier<Structure> m_promiseStructure; 246 #if ENABLE(WEBASSEMBLY)247 WriteBarrier<Structure> m_wasmModuleStructure;248 #endif249 246 250 247 #define DEFINE_STORAGE_FOR_SIMPLE_TYPE(capitalName, lowerName, properName, instanceType, jsName) \ … … 479 476 Structure* regExpMatchesArrayStructure() const { return m_regExpMatchesArrayStructure.get(); } 480 477 Structure* promiseStructure() const { return m_promiseStructure.get(); } 481 #if ENABLE(WEBASSEMBLY)482 Structure* wasmModuleStructure() const { return m_wasmModuleStructure.get(); }483 #endif484 478 485 479 JS_EXPORT_PRIVATE void setRemoteDebuggingEnabled(bool);
Note:
See TracChangeset
for help on using the changeset viewer.