Skip to content
Snippets Groups Projects
Commit cb97d6dd authored by Sathya Gunsasekaran's avatar Sathya Gunsasekaran
Browse files

Update base for Update on "[compiler] Introduce OutlinedFunctionExpression HIR"

This is very similar to the existing FunctionExpression HIR node
intentionally, so that we can share all the infra between them.

There's a new `outlinedFunc` field on this that will hold the newly
created function that needs to be compiled outside the function body.

The `loweredFunc` will hold the updated HIR for rendering the
outlinedFunc in the callback.

[ghstack-poisoned]
parent b63e5f33
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment