Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/@types/babel-types/
Dindex.d.ts330 export interface ThrowStatement extends Node { interface
1329 | ThrowStatement
1361 | ThrowStatement
1364 …t type CompletionStatement = BreakStatement | ContinueStatement | ReturnStatement | ThrowStatement;
1697 export function throwStatement(argument?: Expression): ThrowStatement;
2054 … function isThrowStatement(node: object | null | undefined, opts?: object): node is ThrowStatement;
2450 …sertThrowStatement(node: object | null | undefined, opts?: object): asserts node is ThrowStatement;
/plugin/asciidocjs/node_modules/with/node_modules/acorn/dist/
Dwalk.js200 base.ThrowStatement = base.SpreadElement =
Dwalk.es.js194 base.ThrowStatement = base.SpreadElement =
/plugin/asciidocjs/node_modules/acorn/dist/
Dwalk.es.js194 base.ThrowStatement = base.SpreadElement =
Dwalk.js200 base.ThrowStatement = base.SpreadElement =
/plugin/asciidocjs/node_modules/acorn/src/walk/
Dindex.js196 base.ThrowStatement = base.SpreadElement = field in Found
/plugin/asciidocjs/node_modules/with/node_modules/acorn/src/walk/
Dindex.js196 base.ThrowStatement = base.SpreadElement = field in Found