Home
last modified time | relevance | path

Searched refs:RegularExpressionLiteral (Results 1 – 25 of 58) sorted by relevance

123

/dports/www/firefox/firefox-99.0/third_party/rust/jsparagus/js_parser/
H A Des-lexical-simplified.esgrammar15 RegularExpressionLiteral
22 RegularExpressionLiteral
291 RegularExpressionLiteral ::
H A Des.esgrammar49 RegularExpressionLiteral
56 RegularExpressionLiteral
346 RegularExpressionLiteral ::
469 RegularExpressionLiteral
H A Dslash.esgrammar49 RegularExpressionLiteral
56 RegularExpressionLiteral
361 RegularExpressionLiteral ::
484 RegularExpressionLiteral
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/jsparagus/js_parser/
H A Des-lexical-simplified.esgrammar15 RegularExpressionLiteral
22 RegularExpressionLiteral
291 RegularExpressionLiteral ::
H A Dslash.esgrammar49 RegularExpressionLiteral
56 RegularExpressionLiteral
361 RegularExpressionLiteral ::
484 RegularExpressionLiteral
H A Des.esgrammar49 RegularExpressionLiteral
56 RegularExpressionLiteral
346 RegularExpressionLiteral ::
469 RegularExpressionLiteral
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/jsparagus/js_parser/
H A Des-lexical-simplified.esgrammar15 RegularExpressionLiteral
22 RegularExpressionLiteral
291 RegularExpressionLiteral ::
H A Des.esgrammar49 RegularExpressionLiteral
56 RegularExpressionLiteral
346 RegularExpressionLiteral ::
469 RegularExpressionLiteral
H A Dslash.esgrammar49 RegularExpressionLiteral
56 RegularExpressionLiteral
361 RegularExpressionLiteral ::
484 RegularExpressionLiteral
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/jsparagus/js_parser/
H A Des-lexical-simplified.esgrammar15 RegularExpressionLiteral
22 RegularExpressionLiteral
291 RegularExpressionLiteral ::
H A Des.esgrammar49 RegularExpressionLiteral
56 RegularExpressionLiteral
346 RegularExpressionLiteral ::
469 RegularExpressionLiteral
H A Dslash.esgrammar49 RegularExpressionLiteral
56 RegularExpressionLiteral
361 RegularExpressionLiteral ::
484 RegularExpressionLiteral
/dports/lang/see/see-3.1.1424/libsee/
H A Dlex.c129 static int RegularExpressionLiteral(struct lex *lex, int prev);
492 RegularExpressionLiteral(lex, prev) in RegularExpressionLiteral() function
919 lex->next = RegularExpressionLiteral(lex, lex->next);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/
H A Dts-nodes.d.ts3 …ionalExpression | ts.FunctionExpression | ts.ArrowFunction | ts.RegularExpressionLiteral | ts.NoSu…
H A Destree-to-ts-node-types.d.ts60 …[AST_NODE_TYPES.Literal]: ts.StringLiteral | ts.NumericLiteral | ts.RegularExpressionLiteral | ts.…
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/
H A Dts-nodes.d.ts3 …ionalExpression | ts.FunctionExpression | ts.ArrowFunction | ts.RegularExpressionLiteral | ts.NoSu…
H A Destree-to-ts-node-types.d.ts59 …[AST_NODE_TYPES.Literal]: ts.StringLiteral | ts.NumericLiteral | ts.RegularExpressionLiteral | ts.…
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/tsutils/typeguard/2.8/
H A Dnode.d.ts122 …rt declare function isRegularExpressionLiteral(node: ts.Node): node is ts.RegularExpressionLiteral;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/tsutils/typeguard/2.8/
H A Dnode.d.ts122 …rt declare function isRegularExpressionLiteral(node: ts.Node): node is ts.RegularExpressionLiteral;
/dports/www/hs-hjsmin/hjsmin-0.2.0.4/_cabal_deps/language-javascript-0.7.0.0/src/Language/JavaScript/Parser/
H A DGrammar7.y472 | RegularExpressionLiteral { $1 }
493 RegularExpressionLiteral :: { AST.JSExpression }
494 RegularExpressionLiteral : 'regex' { AST.JSRegEx (mkJSAnnot $1) (tokenLiteral $1) }
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/language-javascript-0.7.0.0/src/Language/JavaScript/Parser/
H A DGrammar7.y472 | RegularExpressionLiteral { $1 }
493 RegularExpressionLiteral :: { AST.JSExpression }
494 RegularExpressionLiteral : 'regex' { AST.JSRegEx (mkJSAnnot $1) (tokenLiteral $1) }
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/language-javascript-0.7.1.0/src/Language/JavaScript/Parser/
H A DGrammar7.y482 | RegularExpressionLiteral { $1 }
503 RegularExpressionLiteral :: { AST.JSExpression }
504 RegularExpressionLiteral : 'regex' { AST.JSRegEx (mkJSAnnot $1) (tokenLiteral $1) }
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/language-javascript-0.7.1.0/src/Language/JavaScript/Parser/
H A DGrammar7.y482 | RegularExpressionLiteral { $1 }
503 RegularExpressionLiteral :: { AST.JSExpression }
504 RegularExpressionLiteral : 'regex' { AST.JSRegEx (mkJSAnnot $1) (tokenLiteral $1) }
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/jsparagus/
H A Djs-quirks.md841 another path that can accept a *RegularExpressionLiteral* or
858 *RegularExpressionLiteral* at the start of the next
861 some states that have both `/` and *RegularExpressionLiteral* in the
/dports/www/firefox/firefox-99.0/third_party/rust/jsparagus/
H A Djs-quirks.md847 another path that can accept a *RegularExpressionLiteral* or
864 *RegularExpressionLiteral* at the start of the next
867 some states that have both `/` and *RegularExpressionLiteral* in the

123