Changeset 174401 in webkit for trunk/Source/JavaScriptCore/llint
- Timestamp:
- Oct 7, 2014, 11:57:57 AM (11 years ago)
- Location:
- trunk/Source/JavaScriptCore/llint
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/llint/LowLevelInterpreter32_64.asm
r174294 r174401 1909 1909 .opNewFuncDone: 1910 1910 dispatch(4) 1911 1912 1913 _llint_op_new_captured_func:1914 traceExecution()1915 callSlowPath(_slow_path_new_captured_func)1916 dispatch(4)1917 1918 1911 1919 1912 macro arrayProfileForCall() -
trunk/Source/JavaScriptCore/llint/LowLevelInterpreter64.asm
r174294 r174401 1769 1769 .opNewFuncDone: 1770 1770 dispatch(4) 1771 1772 1773 _llint_op_new_captured_func:1774 traceExecution()1775 callSlowPath(_slow_path_new_captured_func)1776 dispatch(4)1777 1778 1771 1779 1772 macro arrayProfileForCall()
Note:
See TracChangeset
for help on using the changeset viewer.