Changeset 190809 in webkit for trunk/Source/JavaScriptCore/runtime/VM.h
- Timestamp:
- Oct 9, 2015, 10:54:16 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/VM.h
r190694 r190809 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 318 312 Strong<JSCell> iterationTerminator; 319 313 Strong<JSCell> emptyPropertyNameEnumerator;
Note:
See TracChangeset
for help on using the changeset viewer.