Home
last modified time | relevance | path

Searched refs:isClassMethod (Results 1 – 3 of 3) sorted by relevance

/plugin/asciidocjs/node_modules/babel-types/
DREADME.md319 See also `t.isClassMethod(node, opts)` and `t.assertClassMethod(node, opts)`.
/plugin/asciidocjs/node_modules/babylon/lib/
Dindex.js2414 pp$1.isClassMethod = function () { function
2462 if (this.isClassMethod()) {
2497 if (this.isClassMethod()) {
/plugin/asciidocjs/node_modules/@types/babel-types/
Dindex.d.ts2093 export function isClassMethod(node: object | null | undefined, opts?: object): node is ClassMethod;