Changeset 268241 in webkit for trunk/Source/JavaScriptCore/llint/LLIntThunks.cpp
- Timestamp:
- Oct 8, 2020, 6:18:14 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/llint/LLIntThunks.cpp
r268170 r268241 53 53 JSInterfaceJIT jit; 54 54 55 assertIsTaggedWith <JSEntryPtrTag>(target);55 assertIsTaggedWith(target, JSEntryPtrTag); 56 56 57 57 #if ENABLE(WEBASSEMBLY)
Note:
See TracChangeset
for help on using the changeset viewer.