Home
last modified time | relevance | path

Searched refs:functionDeclaration (Results 1 – 14 of 14) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/lib/autofixes/
DSymbolCache.ts84 const functionDeclaration = node as ts.FunctionDeclaration; constant
85 …return functionDeclaration.name ? this.typeChecker.getSymbolAtLocation(functionDeclaration.name) :…
/arkcompiler/ets_frontend/arkguard/test/ut/utils/
DScopeAnalyzer.spec.ts370 …const functionDeclaration = sourceFile.statements.find(node => node && node.kind === SyntaxKind.Fu… constant
371 if (!functionDeclaration) throw new Error('FunctionDeclaration not found');
372 const node: Identifier = (functionDeclaration as any)?.name;
/arkcompiler/toolchain/tooling/base/
Dpt_params.cpp790 std::string functionDeclaration; in Create() local
791 ret = params.GetString("functionDeclaration", &functionDeclaration); in Create()
793 paramsObject->functionDeclaration_ = std::move(functionDeclaration); in Create()
/arkcompiler/toolchain/tooling/test/
Ddebugger_impl_test.cpp1282 "callFrameId":"0", "functionDeclaration":0}})"; in HWTEST_F_L0()
1288 "callFrameId":"0", "functionDeclaration":"test"}})"; in HWTEST_F_L0()
1559 "functionDeclaration":"test" in HWTEST_F_L0()
1590 "functionDeclaration":0 in HWTEST_F_L0()
Ddebugger_params_test.cpp1033 …ng() + R"({"id":0, "method":"Debugger.Test", "params":{"callFrameId":0, "functionDeclaration":true, in HWTEST_F_L0()
1041 "functionDeclaration":"testFunction", "objectId":"1", in HWTEST_F_L0()
/arkcompiler/ets_frontend/es2panda/
DCMakeLists.txt165 ir/statements/functionDeclaration.cpp
DBUILD.gn122 "ir/statements/functionDeclaration.cpp",
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp1547 std::string functionDeclaration = params.GetFunctionDeclaration(); in CallFunctionOn() local
1549 if (!DecodeAndCheckBase64(functionDeclaration, dest)) { in CallFunctionOn()
1552 functionDeclaration); in CallFunctionOn()
/arkcompiler/ets_frontend/ets2panda/
DBUILD.gn332 "ir/statements/functionDeclaration.cpp",
DCMakeLists.txt307 ir/statements/functionDeclaration.cpp
/arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/
D8_statements.rst123 If a block is the body of a ``functionDeclaration`` (see
D13_modules.rst870 | functionDeclaration
D4_names.rst871 functionDeclaration:
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2functionDeclaration:u.createVariableStatement(void 0,e.setEmitFlags(u.createVariableDeclarationLis…