Changeset 118344 in webkit for trunk/Source/JavaScriptCore/jit/JITStubs.h
- Timestamp:
- May 24, 2012, 3:50:40 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/jit/JITStubs.h
r115248 r118344 464 464 void* JIT_STUB cti_vm_lazyLinkCall(STUB_ARGS_DECLARATION); 465 465 void* JIT_STUB cti_vm_lazyLinkConstruct(STUB_ARGS_DECLARATION); 466 void* JIT_STUB cti_vm_throw(STUB_ARGS_DECLARATION) ;466 void* JIT_STUB cti_vm_throw(STUB_ARGS_DECLARATION) REFERENCED_FROM_ASM; 467 467 } // extern "C" 468 468
Note:
See TracChangeset
for help on using the changeset viewer.