fn handle_call_expr(
src: &str,
source_map: &SourceMap,
parent_expr: &Expr<'_>,
call_expr: &Expr<'_>,
call_args: &CallArgs<'_>,
call_options: &Option<&CallOptions<'_>>,
) -> Option<BytecodeDependency>Expand description
Helper function to analyze and extract bytecode dependency from a given call expression.