Changeset 223069 in webkit for trunk/Source/JavaScriptCore/ftl/FTLLowerDFGToB3.cpp
- Timestamp:
- Oct 9, 2017, 2:17:14 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ftl/FTLLowerDFGToB3.cpp
r223047 r223069 11995 11995 LValue caged(Gigacage::Kind kind, LValue ptr) 11996 11996 { 11997 if (!Gigacage:: isEnabled(kind))11997 if (!Gigacage::shouldBeEnabled()) 11998 11998 return ptr; 11999 11999
Note:
See TracChangeset
for help on using the changeset viewer.