Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/@types/babel-types/
Dindex.d.ts486 export interface MetaProperty extends Node { interface
1259 | MetaProperty
1750 export function metaProperty(meta?: string, property?: string): MetaProperty;
2092 …port function isMetaProperty(node: object | null | undefined, opts?: object): node is MetaProperty;
2509 …n assertMetaProperty(node: object | null | undefined, opts?: object): asserts node is MetaProperty;
/plugin/asciidocjs/node_modules/with/node_modules/acorn/dist/
Dwalk.js276 base.ThisExpression = base.Super = base.MetaProperty = ignore
Dwalk.es.js270 base.ThisExpression = base.Super = base.MetaProperty = ignore
/plugin/asciidocjs/node_modules/acorn/dist/
Dwalk.es.js270 base.ThisExpression = base.Super = base.MetaProperty = ignore
Dwalk.js276 base.ThisExpression = base.Super = base.MetaProperty = ignore
/plugin/asciidocjs/node_modules/acorn/src/walk/
Dindex.js272 base.ThisExpression = base.Super = base.MetaProperty = ignore
/plugin/asciidocjs/node_modules/with/node_modules/acorn/src/walk/
Dindex.js272 base.ThisExpression = base.Super = base.MetaProperty = ignore
/plugin/asciidocjs/node_modules/uglify-js/lib/
Dmozilla-ast.js295 MetaProperty: function(M) { method