Changeset 223614 in webkit for trunk/Source/JavaScriptCore/ftl/FTLLowerDFGToB3.cpp
- Timestamp:
- Oct 18, 2017, 10:41:55 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ftl/FTLLowerDFGToB3.cpp
r223594 r223614 5760 5760 // https://bugs.webkit.org/show_bug.cgi?id=144668 5761 5761 5762 m_graph. watchpoints().addLazily(globalObject->stringPrototype()->structure()->transitionWatchpointSet());5763 m_graph. watchpoints().addLazily(globalObject->objectPrototype()->structure()->transitionWatchpointSet());5764 5762 m_graph.registerAndWatchStructureTransition(globalObject->stringPrototype()->structure()); 5763 m_graph.registerAndWatchStructureTransition(globalObject->objectPrototype()->structure()); 5764 5765 5765 prototypeChainIsSane = globalObject->stringPrototypeChainIsSane(); 5766 5766 }
Note:
See TracChangeset
for help on using the changeset viewer.