Changeset 267808 in webkit for trunk/Source/JavaScriptCore/llint/LLIntSlowPaths.cpp
- Timestamp:
- Sep 30, 2020, 3:28:12 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/llint/LLIntSlowPaths.cpp
r267489 r267808 2274 2274 } 2275 2275 2276 extern "C" SlowPathReturnType slow_path_checkpoint_osr_exit_from_inlined_call(CallFrame* callFrame, EncodedJSValue result)2276 extern "C" SlowPathReturnType llint_slow_path_checkpoint_osr_exit_from_inlined_call(CallFrame* callFrame, EncodedJSValue result) 2277 2277 { 2278 2278 // Since all our calling checkpoints do right now is move result into our dest we can just do that here and return. … … 2324 2324 } 2325 2325 2326 extern "C" SlowPathReturnType slow_path_checkpoint_osr_exit(CallFrame* callFrame, EncodedJSValue /* needed for cCall2 in CLoop */)2326 extern "C" SlowPathReturnType llint_slow_path_checkpoint_osr_exit(CallFrame* callFrame, EncodedJSValue /* needed for cCall2 in CLoop */) 2327 2327 { 2328 2328 CodeBlock* codeBlock = callFrame->codeBlock();
Note:
See TracChangeset
for help on using the changeset viewer.