Function Graph Overview
Preparing search index...
generic-cfg-builder
Context
Interface Context
interface
Context
{
builder
:
Builder
;
options
:
BuilderOptions
;
matcher
:
BlockMatcher
;
dispatch
:
Dispatch
;
state
:
BlockHandler
;
link
:
Link
;
extra
?:
Extra
;
callProcessor
?:
(
call
:
Node
,
functionName
:
string
,
ctx
:
Context
,
)
=>
undefined
|
BasicBlock
;
}
Index
Properties
builder
options
matcher
dispatch
state
link
extra?
call
Processor?
Properties
builder
builder
:
Builder
options
options
:
BuilderOptions
matcher
matcher
:
BlockMatcher
dispatch
dispatch
:
Dispatch
state
state
:
BlockHandler
link
link
:
Link
Optional
extra
extra
?:
Extra
Optional
call
Processor
callProcessor
?:
(
call
:
Node
,
functionName
:
string
,
ctx
:
Context
,
)
=>
undefined
|
BasicBlock
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
builder
options
matcher
dispatch
state
link
extra
call
Processor
Function Graph Overview
Loading...