mirror of
https://github.com/github/codeql.git
synced 2026-04-25 16:55:19 +02:00
JS: Update VariableCapture instantiation after merge
This commit is contained in:
@@ -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() }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user