Changeset 154290 in webkit for trunk/Source/JavaScriptCore/dfg/DFGAbstractInterpreter.h
- Timestamp:
- Aug 19, 2013, 12:40:13 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/dfg/DFGAbstractInterpreter.h
r153295 r154290 79 79 // Stores to local variables are handled in endBasicBlock(). This returns true 80 80 // if execution should continue past this node. Notably, it will return true 81 // for block terminals, so long as those terminals are not Return or variants 82 // of Throw. 81 // for block terminals, so long as those terminals are not Return or Unreachable. 83 82 // 84 83 // This is guaranteed to be equivalent to doing:
Note:
See TracChangeset
for help on using the changeset viewer.