Changeset 215779 in webkit for trunk/Source/JavaScriptCore/jit/JITPropertyAccess.cpp
- Timestamp:
- Apr 25, 2017, 5:57:59 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/jit/JITPropertyAccess.cpp
r215476 r215779 763 763 loadPtr(Address(regT0, JSScope::offsetOfNext()), regT0); 764 764 emitPutVirtualRegister(dst); 765 }766 767 void JIT::emit_op_resolve_scope_for_hoisting_func_decl_in_eval(Instruction* currentInstruction)768 {769 JITSlowPathCall slowPathCall(this, currentInstruction, slow_path_resolve_scope_for_hoisting_func_decl_in_eval);770 slowPathCall.call();771 765 } 772 766
Note:
See TracChangeset
for help on using the changeset viewer.