github.com/evanw/esbuild/internal/js_parser.parser.captureValueWithPossibleSideEffects (method)
19 uses
github.com/evanw/esbuild/internal/js_parser (current package)
js_parser.go#L8833: func (p *parser) captureValueWithPossibleSideEffects(
js_parser.go#L11316: targetFunc, targetWrapFunc := p.captureValueWithPossibleSideEffects(target.Loc, 2, target)
js_parser_lower.go#L565: targetFunc, wrapFunc := p.captureValueWithPossibleSideEffects(loc, 2, e.Target)
js_parser_lower.go#L585: targetFunc, wrapFunc := p.captureValueWithPossibleSideEffects(loc, 2, e.Target)
js_parser_lower.go#L611: exprFunc, exprWrapFunc := p.captureValueWithPossibleSideEffects(loc, 2, expr)
js_parser_lower.go#L625: parentThisArgFunc, parentThisArgWrapFunc = p.captureValueWithPossibleSideEffects(result.Loc, 2, result)
js_parser_lower.go#L645: privateThisFunc, privateThisWrapFunc = p.captureValueWithPossibleSideEffects(loc, 2, result)
js_parser_lower.go#L745: referenceFunc, wrapFunc := p.captureValueWithPossibleSideEffects(value.Loc, 2, left.Target)
js_parser_lower.go#L762: targetFunc, targetWrapFunc := p.captureValueWithPossibleSideEffects(value.Loc, 2, left.Target)
js_parser_lower.go#L763: indexFunc, indexWrapFunc := p.captureValueWithPossibleSideEffects(value.Loc, 2, left.Index)
js_parser_lower.go#L792: targetFunc, targetWrapFunc := p.captureValueWithPossibleSideEffects(loc, 2, target)
js_parser_lower.go#L810: targetFunc, targetWrapFunc := p.captureValueWithPossibleSideEffects(loc, 2, target)
js_parser_lower.go#L817: targetFunc, targetWrapFunc := p.captureValueWithPossibleSideEffects(loc, 2, target)
js_parser_lower.go#L844: targetFunc, targetWrapFunc := p.captureValueWithPossibleSideEffects(loc, 2, target)
js_parser_lower.go#L866: leftFunc, wrapFunc := p.captureValueWithPossibleSideEffects(loc, 2, left)
js_parser_lower.go#L1022: targetFunc, targetWrapFunc := p.captureValueWithPossibleSideEffects(target.Loc, 2, target)
js_parser_lower.go#L1035: valueFunc, valueWrapFunc := p.captureValueWithPossibleSideEffects(value.Loc, 2, value)
js_parser_lower.go#L1054: targetFunc, targetWrapFunc := p.captureValueWithPossibleSideEffects(target.Loc, 2, target)
js_parser_lower.go#L1621: nameFunc, wrapFunc = p.captureValueWithPossibleSideEffects(classLoc, 2, js_ast.Expr{Loc: classLoc, Data: classExpr})
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |