JS: Update VariableCapture instantiation after merge

This commit is contained in:
Asger F
2024-08-02 12:58:27 +02:00
parent c8bbad6c4d
commit 1a532dac29

View File

@@ -126,6 +126,8 @@ module VariableCaptureConfig implements InputSig<js::DbLocation> {
)
}
class ControlFlowNode = js::ControlFlowNode;
class BasicBlock extends js::BasicBlock {
Callable getEnclosingCallable() { result = this.getContainer().getFunctionBoundary() }
}