Home
last modified time | relevance | path

Searched refs:WithStatement (Results 1 – 8 of 8) sorted by relevance

/plugin/asciidocjs/node_modules/@types/babel-types/
Dindex.d.ts374 export interface WithStatement extends Node { interface
1333 | WithStatement
1711 …port function withStatement(object?: Expression, body?: BlockStatement | Statement): WithStatement;
2061 …rt function isWithStatement(node: object | null | undefined, opts?: object): node is WithStatement;
2466 …assertWithStatement(node: object | null | undefined, opts?: object): asserts node is WithStatement;
/plugin/asciidocjs/node_modules/esutils/
DREADME.md45 type: 'WithStatement',
/plugin/asciidocjs/node_modules/with/node_modules/acorn/dist/
Dwalk.js184 base.WithStatement = function (node, st, c) {
Dwalk.es.js178 base.WithStatement = function (node, st, c) {
/plugin/asciidocjs/node_modules/acorn/dist/
Dwalk.es.js178 base.WithStatement = function (node, st, c) {
Dwalk.js184 base.WithStatement = function (node, st, c) {
/plugin/asciidocjs/node_modules/acorn/src/walk/
Dindex.js180 base.WithStatement = (node, st, c) => { field in Found
/plugin/asciidocjs/node_modules/with/node_modules/acorn/src/walk/
Dindex.js180 base.WithStatement = (node, st, c) => { field in Found