github.com/evanw/esbuild/internal/js_parser.parser.isStrictMode (method)
10 uses
github.com/evanw/esbuild/internal/js_parser (current package)
js_parser.go#L1299: if p.isStrictMode() && js_lexer.StrictModeReservedWords[name] {
js_parser.go#L7402: if p.isStrictMode() {
js_parser.go#L7961: if p.isStrictMode() && s.LegacyOctalLoc.Start > 0 {
js_parser.go#L9148: if opts.isUniqueFormalParameters || hasUseStrict || !hasSimpleArgs || p.isStrictMode() {
js_parser.go#L9774: if p.isStrictMode() {
js_parser.go#L9843: } else if p.isStrictMode() {
js_parser.go#L9849: if p.legacyOctalLiterals != nil && p.isStrictMode() {
js_parser.go#L9893: if p.isStrictMode() && js_lexer.StrictModeReservedWords[name] {
js_parser_lower.go#L120: func (p *parser) isStrictMode() bool {
js_parser_lower.go#L165: if p.isStrictMode() {
![]() |
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. |