Home
last modified time | relevance | path

Searched refs:SwitchStatement (Results 1 – 7 of 7) sorted by relevance

/plugin/asciidocjs/node_modules/@types/babel-types/
Dindex.d.ts320 export interface SwitchStatement extends Node { interface
1289 | SwitchStatement
1306 | SwitchStatement
1328 | SwitchStatement
1695 export function switchStatement(discriminant?: Expression, cases?: SwitchCase[]): SwitchStatement;
2052 …unction isSwitchStatement(node: object | null | undefined, opts?: object): node is SwitchStatement;
2448 …rtSwitchStatement(node: object | null | undefined, opts?: object): asserts node is SwitchStatement;
/plugin/asciidocjs/node_modules/with/node_modules/acorn/dist/
Dwalk.js188 base.SwitchStatement = function (node, st, c) {
Dwalk.es.js182 base.SwitchStatement = function (node, st, c) {
/plugin/asciidocjs/node_modules/acorn/dist/
Dwalk.es.js182 base.SwitchStatement = function (node, st, c) {
Dwalk.js188 base.SwitchStatement = function (node, st, c) {
/plugin/asciidocjs/node_modules/acorn/src/walk/
Dindex.js184 base.SwitchStatement = (node, st, c) => { field in Found
/plugin/asciidocjs/node_modules/with/node_modules/acorn/src/walk/
Dindex.js184 base.SwitchStatement = (node, st, c) => { field in Found