You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(native): compute complexity and CFG for prototype method definitions
emit_js_prototype_method and the method_definition arm of
extract_js_prototype_object_literal both emitted complexity: None and
cfg: None. Call compute_all_metrics and build_function_cfg on the
function node, matching the pattern used by handle_function_decl,
handle_method_def, and handle_var_decl.
0 commit comments