Home
last modified time | relevance | path

Searched defs:EBoolean (Results 1 – 2 of 2) sorted by relevance

/dports/devel/esbuild/esbuild-0.12.23/internal/js_ast/
H A Djs_ast.go400 type EBoolean struct{ Value bool } argument
667 func (*EBoolean) isExpr() {}
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/evanw/esbuild/internal/js_ast/
H A Djs_ast.go447 type EBoolean struct{ Value bool } argument