MCPcopy
hub / github.com/mishoo/UglifyJS / is_arrow

Function is_arrow

lib/ast.js:723–725  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

721}, AST_Lambda);
722
723function is_arrow(node) {
724 return node instanceof AST_Arrow || node instanceof AST_AsyncArrow;
725}
726
727function is_async(node) {
728 return node instanceof AST_AsyncArrow

Callers 15

output.jsFile · 0.85
parenthesize_for_no_inFunction · 0.85
is_argumentsFunction · 0.85
mozilla-ast.jsFile · 0.85
compress.jsFile · 0.85
is_iife_callFunction · 0.85
is_last_nodeFunction · 0.85
extract_argsFunction · 0.85
call_may_throwFunction · 0.85
walk_scopedFunction · 0.85
drop_returnsFunction · 0.85
safe_from_await_yieldFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…