Home
last modified time | relevance | path

Searched refs:getContainingClass (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ts2panda/src/
Djshelpers.js70 function getContainingClass(node) { function
71 return ts.getContainingClass(node);
264 getContainingClass: getContainingClass, property
DsyntaxCheckerForStrcitMode.ts89 if (jshelpers.getContainingClass(node)) {
97 if (jshelpers.getContainingClass(node)) {
Djshelpers.d.ts32 export function getContainingClass(node: ts.Node): ts.ClassLikeDeclaration | undefined;
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2getContainingClass=function(t){return e.findAncestor(t.parent,e.isClassLike)},e.getContainingClass… method