Function handle_call_expr

Source
fn handle_call_expr(
    src: &str,
    source_map: &SourceMap,
    parent_expr: &Expr<'_>,
    call_expr: &Expr<'_>,
    call_args: &CallArgs<'_>,
    named_args: &Option<&[NamedArg<'_>]>,
    try_stmt: bool,
) -> Option<BytecodeDependency>
Expand description

Helper function to analyze and extract bytecode dependency from a given call expression.