pub fn call(method: &str, args: &[Value]) -> Option<Result<Value, String>>Expand description
Dispatch a timers.<method> call by delegating to the matching global timer
builtin. clearImmediate has no distinct global handler (the loop cancels by
id regardless of kind), so it maps to clearTimeout.