Changeset 175426 in webkit for trunk/Source/JavaScriptCore/llint/LowLevelInterpreter.asm
- Timestamp:
- Oct 31, 2014, 2:27:10 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/llint/LowLevelInterpreter.asm
r174226 r175426 1236 1236 traceExecution() 1237 1237 callSlowPath(_llint_slow_path_push_with_scope) 1238 dispatch(3) 1239 1240 1241 _llint_op_pop_scope: 1242 traceExecution() 1243 callSlowPath(_llint_slow_path_pop_scope) 1238 1244 dispatch(2) 1239 1245 1240 1246 1241 _llint_op_pop_scope:1242 traceExecution()1243 callSlowPath(_llint_slow_path_pop_scope)1244 dispatch(1)1245 1246 1247 1247 _llint_op_push_name_scope: 1248 1248 traceExecution() 1249 1249 callSlowPath(_llint_slow_path_push_name_scope) 1250 dispatch( 5)1250 dispatch(6) 1251 1251 1252 1252
Note:
See TracChangeset
for help on using the changeset viewer.