Changeset 267732 in webkit
- Timestamp:
- Sep 29, 2020, 2:04:12 AM (6 years ago)
- Location:
- trunk/Source/JavaScriptCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
ftl/FTLOperations.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r267731 r267732 1 2020-09-29 Yusuke Suzuki <ysuzuki@apple.com> 2 3 Unreviewed, attempt to fix WinCairo build failure part 2 4 https://bugs.webkit.org/show_bug.cgi?id=217071 5 6 * ftl/FTLOperations.h: 7 1 8 2020-09-29 Yusuke Suzuki <ysuzuki@apple.com> 2 9 -
trunk/Source/JavaScriptCore/ftl/FTLOperations.h
r267731 r267732 46 46 JSC_DECLARE_JIT_OPERATION(operationTypeOfObjectAsTypeofType, int32_t, (JSGlobalObject*, JSCell*)); 47 47 48 NO_RETURN_DUE_TO_CRASHJSC_DECLARE_JIT_OPERATION(operationReportBoundsCheckEliminationErrorAndCrash, void, (intptr_t codeBlockAsIntPtr, int32_t, int32_t, int32_t, int32_t, int32_t));48 JSC_DECLARE_JIT_OPERATION(operationReportBoundsCheckEliminationErrorAndCrash, void, (intptr_t codeBlockAsIntPtr, int32_t, int32_t, int32_t, int32_t, int32_t)); 49 49 50 50 } // extern "C"
Note:
See TracChangeset
for help on using the changeset viewer.