fn normalize_js_object_method_args(
cached_arg: Option<EvaluateResultValue>,
) -> Option<ObjectLit>Expand description
Normalizes different argument types into an ObjectLit for JavaScript object methods.
fn normalize_js_object_method_args(
cached_arg: Option<EvaluateResultValue>,
) -> Option<ObjectLit>Normalizes different argument types into an ObjectLit for JavaScript object methods.