Changeset 118102 in webkit for trunk/Source/JavaScriptCore/dfg/DFGCapabilities.h
- Timestamp:
- May 22, 2012, 7:34:13 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/dfg/DFGCapabilities.h
r118030 r118102 165 165 case op_tear_off_activation: 166 166 case op_create_arguments: 167 case op_tear_off_arguments: 167 168 case op_new_func: 168 169 case op_new_func_exp: … … 201 202 case op_new_func_exp: 202 203 case op_create_arguments: 204 case op_tear_off_arguments: 203 205 return false; 204 206
Note:
See TracChangeset
for help on using the changeset viewer.