Changeset 190589 in webkit for trunk/Source/JavaScriptCore/runtime/VM.h
- Timestamp:
- Oct 5, 2015, 4:31:53 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/VM.h
r190563 r190589 310 310 Strong<Structure> internalPromiseDeferredStructure; 311 311 Strong<Structure> nativeStdFunctionCellStructure; 312 Strong<Structure> programCodeBlockStructure; 313 Strong<Structure> moduleProgramCodeBlockStructure; 314 Strong<Structure> evalCodeBlockStructure; 315 Strong<Structure> functionCodeBlockStructure; 316 Strong<Structure> webAssemblyCodeBlockStructure; 317 312 318 Strong<JSCell> iterationTerminator; 313 319 Strong<JSCell> emptyPropertyNameEnumerator;
Note:
See TracChangeset
for help on using the changeset viewer.