Home
last modified time | relevance | path

Searched defs:arrowFunc (Results 1 – 14 of 14) sorted by relevance

/arkcompiler/ets_frontend/arkguard/test/grammar/function_like_namecache/enable_compact/
Dfunction_arrow.ts16 const arrowFunc = () => { constant
/arkcompiler/ets_frontend/arkguard/test/combinations/basic_grammar/01_01_export_import_cases/commonjs/
Dcommonjs_export_04.js21 exports.arrowFunc = (para) => {return 3 * para * 2}; function
Dcommonjs_import_05.js38 const {classExport1, arrowFunc} = require('./commonjs_export_04') constant
/arkcompiler/ets_frontend/ets2panda/linter/test/interop/
Dno_await_js_promise_export.js21 export const arrowFunc = async () => "arrow result"; function
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/function_with_this/ts_to_ets/
Dfunction_this.ts46 export let arrowFunc = () => { variable
/arkcompiler/ets_frontend/ets2panda/test/unit/plugin/
Dplugin_proceed_to_state_function_to_arrow.cpp54 es2panda_AstNode *arrowFunc; member
145 es2panda_AstNode *arrowFunc = nullptr; in CreateFunctionDeclaration() local
Dplugin_proceed_to_state_change_call_lambda.cpp54 auto *arrowFunc = impl->CallExpressionArgumentsConst(ctx, callExpr, &n)[0]; in UpdateCall() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/eworker/ts_to_ets/
Deworker_helpers.ts112 export let arrowFunc: () => undefined = ():undefined => { variable
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/taskpool/ts_to_ets/
Dtaskpool_helpers.ts112 export let arrowFunc = () => { variable
/arkcompiler/ets_frontend/ets2panda/lsp/src/
Disolated_declaration.cpp322 std::optional<TextChange> ProcessArrowFunction(ir::ArrowFunctionExpression *arrowFunc, checker::ETS… in ProcessArrowFunction()
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/autofixes/
DAutofixer.ts1757 …const arrowFunc = ts.factory.createArrowFunction(modifiers, typeParameters, parameters, type, toke… constant
2563 const arrowFunc = ts.factory.createArrowFunction( constant
2777 const arrowFunc = ts.factory.createArrowFunction( constant
3732 const arrowFunc = ts.factory.createArrowFunction( constant
4789 const arrowFunc = ts.factory.createArrowFunction( constant
/arkcompiler/ets_frontend/ets2panda/checker/
DETSAnalyzerHelpers.cpp694 auto arrowFunc = stArgument->AsArrowFunctionExpression(); in InferReturnType() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dfunction.cpp242 auto *arrowFunc = relation->GetNode()->AsArrowFunctionExpression(); in ResetInferredNode() local
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/
DTypeScriptLinter.ts1790 const arrowFunc = node as ts.ArrowFunction; constant