Home
last modified time | relevance | path

Searched refs:CatchClause (Results 1 – 10 of 10) sorted by relevance

/plugin/asciidocjs/node_modules/babel-types/lib/
Dretrievers.js80 CatchClause: ["param"], property
/plugin/asciidocjs/node_modules/with/node_modules/acorn/
DCHANGELOG.md46 The walker now allows defining handlers for `CatchClause` nodes.
/plugin/asciidocjs/node_modules/@types/babel-types/
Dindex.d.ts115 export interface CatchClause extends Node { interface
338 handler: CatchClause;
1281 | CatchClause
1624 export function catchClause(param?: Identifier, body?: BlockStatement): CatchClause;
1698 export function tryStatement(block?: BlockStatement, handler?: CatchClause, finalizer?: BlockStatem…
2015 export function isCatchClause(node: object | null | undefined, opts?: object): node is CatchClause;
2375 …ion assertCatchClause(node: object | null | undefined, opts?: object): asserts node is CatchClause;
/plugin/asciidocjs/node_modules/acorn/
DCHANGELOG.md173 The walker now allows defining handlers for `CatchClause` nodes.
/plugin/asciidocjs/node_modules/with/node_modules/acorn/dist/
Dwalk.js207 base.CatchClause = function (node, st, c) {
Dwalk.es.js201 base.CatchClause = function (node, st, c) {
/plugin/asciidocjs/node_modules/acorn/dist/
Dwalk.es.js201 base.CatchClause = function (node, st, c) {
Dwalk.js207 base.CatchClause = function (node, st, c) {
/plugin/asciidocjs/node_modules/acorn/src/walk/
Dindex.js203 base.CatchClause = (node, st, c) => { field in Found
/plugin/asciidocjs/node_modules/with/node_modules/acorn/src/walk/
Dindex.js203 base.CatchClause = (node, st, c) => { field in Found