Home
last modified time | relevance | path

Searched defs:functionDeclaration (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/lib/autofixes/
DSymbolCache.ts84 const functionDeclaration = node as ts.FunctionDeclaration; constant
/arkcompiler/ets_frontend/arkguard/test/ut/utils/
DScopeAnalyzer.spec.ts370 …const functionDeclaration = sourceFile.statements.find(node => node && node.kind === SyntaxKind.Fu… constant
/arkcompiler/toolchain/tooling/base/
Dpt_params.cpp790 std::string functionDeclaration; in Create() local
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp1548 std::string functionDeclaration = params.GetFunctionDeclaration(); in CallFunctionOn() local