Changeset 287058 in webkit for trunk/Source/JavaScriptCore/jit/JIT.cpp
- Timestamp:
- Dec 14, 2021, 5:23:39 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/jit/JIT.cpp
r286424 r287058 314 314 DEFINE_SLOW_OP(greater) 315 315 DEFINE_SLOW_OP(greatereq) 316 DEFINE_SLOW_OP(instanceof_custom) 316 317 DEFINE_SLOW_OP(is_callable) 317 318 DEFINE_SLOW_OP(is_constructor) … … 397 398 DEFINE_OP(op_overrides_has_instance) 398 399 DEFINE_OP(op_instanceof) 399 DEFINE_OP(op_instanceof_custom)400 400 DEFINE_OP(op_is_empty) 401 401 DEFINE_OP(op_typeof_is_undefined) … … 602 602 DEFINE_SLOWCASE_OP(op_check_private_brand) 603 603 DEFINE_SLOWCASE_OP(op_instanceof) 604 DEFINE_SLOWCASE_OP(op_instanceof_custom)605 604 DEFINE_SLOWCASE_OP(op_jless) 606 605 DEFINE_SLOWCASE_OP(op_jlesseq)
Note:
See TracChangeset
for help on using the changeset viewer.