Changeset 190589 in webkit for trunk/Source/JavaScriptCore/jit/GCAwareJITStubRoutine.h
- Timestamp:
- Oct 5, 2015, 4:31:53 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/jit/GCAwareJITStubRoutine.h
r190546 r190589 116 116 // that codeBlock gets "executed" more than once. 117 117 #define FINALIZE_CODE_FOR_GC_AWARE_STUB(codeBlock, patchBuffer, makesCalls, cell, dataLogFArguments) \ 118 (createJITStubRoutine(FINALIZE_CODE_FOR((codeBlock), (patchBuffer), dataLogFArguments), *(codeBlock)->vm(), (codeBlock) ->ownerExecutable(), (makesCalls), (cell)))118 (createJITStubRoutine(FINALIZE_CODE_FOR((codeBlock), (patchBuffer), dataLogFArguments), *(codeBlock)->vm(), (codeBlock), (makesCalls), (cell))) 119 119 120 120 } // namespace JSC
Note:
See TracChangeset
for help on using the changeset viewer.