github.com/evanw/esbuild/internal/js_ast.OpCode.IsShortCircuit (method)

2 uses

	github.com/evanw/esbuild/internal/js_ast (current package)
		js_ast.go#L87: func (op OpCode) IsShortCircuit() bool {

	github.com/evanw/esbuild/internal/js_parser
		js_parser.go#L7253: 		if replacementCanBeRemoved || !e.Op.IsShortCircuit() {