Changeset 271422 in webkit for trunk/Source/JavaScriptCore/ftl/FTLOutput.h
- Timestamp:
- Jan 12, 2021, 4:09:16 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ftl/FTLOutput.h
r268247 r271422 403 403 template<typename FunctionType> 404 404 LValue operation(FunctionType function) { return constIntPtr(tagCFunctionPtr<void*, OperationPtrTag>(function)); } 405 LValue operation(FunctionPtr<OperationPtrTag> function) { return constIntPtr(function.executableAddress()); } 405 406 406 407 void jump(LBasicBlock);
Note:
See TracChangeset
for help on using the changeset viewer.