Changeset 157581 in webkit for trunk/Source/JavaScriptCore/jit/JITStubsMSVC64.asm
- Timestamp:
- Oct 17, 2013, 11:12:28 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/jit/JITStubsMSVC64.asm
r156671 r157581 29 29 30 30 PUBLIC ctiTrampoline 31 PUBLIC ctiVMThrowTrampoline32 31 PUBLIC ctiOpThrowNotCaught 33 32 PUBLIC getHostCallReturnValue … … 67 66 ctiTrampoline ENDP 68 67 69 ctiVMThrowTrampoline PROC70 mov rcx, rsp71 call cti_vm_throw72 int 373 ctiVMThrowTrampoline ENDP74 75 68 ctiVMHandleException PROC 76 69 sub rsp, 16
Note:
See TracChangeset
for help on using the changeset viewer.