interface BuiltInEvalHandlerArgs {
    blocked?: Set<NodeId>;
    ctx: ReadOnlyFlowrAnalyzerContext;
    environment?: REnvironmentInformation;
    graph?: DataflowGraph<DataflowGraphVertexInfo, DfEdge>;
    idMap?: AstIdMap;
    node: RNodeWithParent;
    resolve: VariableResolve;
}

Properties

blocked?: Set<NodeId>
idMap?: AstIdMap