Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ts2panda/src/
Djshelpers.js110 function getContainingFunctionDeclaration(node) { function
111 return ts.getContainingFunctionDeclaration(node);
274 getContainingFunctionDeclaration: getContainingFunctionDeclaration, property
DstrictMode.ts66 let func = jshelpers.getContainingFunctionDeclaration(node);
Djshelpers.d.ts42 export function getContainingFunctionDeclaration(node: ts.Node): ts.FunctionLikeDeclaration | undef…
DsyntaxChecker.ts25 import { getContainingFunctionDeclaration, getSourceFileOfNode } from "./jshelpers";
362 let func = getContainingFunctionDeclaration(node);
Drecorder.ts767 let nearestFunc = jshelpers.getContainingFunctionDeclaration(node);
/arkcompiler/ets_frontend/ts2panda/src/statement/
DreturnStatement.ts131 let funcNode = jshelpers.getContainingFunctionDeclaration(stmt);
DclassStatement.ts399 let nearestFunc = jshelpers.getContainingFunctionDeclaration(node);
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2getContainingFunctionDeclaration=function(t){return e.findAncestor(t.parent,e.isFunctionLikeDeclar… method