Changeset 268241 in webkit for trunk/Source/JavaScriptCore/runtime/MachineContext.h
- Timestamp:
- Oct 8, 2020, 6:18:14 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/MachineContext.h
r268170 r268241 458 458 if (!usesPointerTagging()) 459 459 return makeOptional(MacroAssemblerCodePtr<PlatformRegistersPCPtrTag>(value)); 460 if (isTaggedWith <PlatformRegistersPCPtrTag>(value))460 if (isTaggedWith(value, PlatformRegistersPCPtrTag)) 461 461 return makeOptional(MacroAssemblerCodePtr<PlatformRegistersPCPtrTag>(value)); 462 462 return WTF::nullopt;
Note:
See TracChangeset
for help on using the changeset viewer.