Changeset 223202 in webkit for trunk/Source/JavaScriptCore/ftl/FTLLowerDFGToB3.cpp
- Timestamp:
- Oct 11, 2017, 12:33:48 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ftl/FTLLowerDFGToB3.cpp
r223113 r223202 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.