Changeset 223222 in webkit for trunk/Source/JavaScriptCore/runtime/Options.h
- Timestamp:
- Oct 11, 2017, 5:53:45 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/Options.h
r223047 r223222 474 474 v(bool, useObjectRestSpread, true, Normal, "If true, we will enable Object Rest/Spread feature.") \ 475 475 v(bool, useArrayAllocationProfiling, true, Normal, "If true, we will use our normal array allocation profiling. If false, the allocation profile will always claim to be undecided.")\ 476 v(bool, usePolyProto, false, Normal, "If true, we may convert allocations to generate poly proto structures.") \ 476 477 v(bool, forcePolyProto, false, Normal, "If true, create_this will always create an object with a poly proto structure.") 477 478
Note:
See TracChangeset
for help on using the changeset viewer.