| /arkcompiler/ets_frontend/arkguard/test/grammar/function_like_namecache/enable_compact/ |
| D | function_arrow.ts | 16 const arrowFunc = () => { constant
|
| /arkcompiler/ets_frontend/arkguard/test/combinations/basic_grammar/01_01_export_import_cases/commonjs/ |
| D | commonjs_export_04.js | 21 exports.arrowFunc = (para) => {return 3 * para * 2}; function
|
| D | commonjs_import_05.js | 38 const {classExport1, arrowFunc} = require('./commonjs_export_04') constant
|
| /arkcompiler/ets_frontend/ets2panda/linter/test/interop/ |
| D | no_await_js_promise_export.js | 21 export const arrowFunc = async () => "arrow result"; function
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/function_with_this/ts_to_ets/ |
| D | function_this.ts | 46 export let arrowFunc = () => { variable
|
| /arkcompiler/ets_frontend/ets2panda/test/unit/plugin/ |
| D | plugin_proceed_to_state_function_to_arrow.cpp | 54 es2panda_AstNode *arrowFunc; member 145 es2panda_AstNode *arrowFunc = nullptr; in CreateFunctionDeclaration() local
|
| D | plugin_proceed_to_state_change_call_lambda.cpp | 54 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/ |
| D | eworker_helpers.ts | 112 export let arrowFunc: () => undefined = ():undefined => { variable
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/taskpool/ts_to_ets/ |
| D | taskpool_helpers.ts | 112 export let arrowFunc = () => { variable
|
| /arkcompiler/ets_frontend/ets2panda/lsp/src/ |
| D | isolated_declaration.cpp | 322 std::optional<TextChange> ProcessArrowFunction(ir::ArrowFunctionExpression *arrowFunc, checker::ETS… in ProcessArrowFunction()
|
| /arkcompiler/ets_frontend/ets2panda/linter/src/lib/autofixes/ |
| D | Autofixer.ts | 1757 …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/ |
| D | ETSAnalyzerHelpers.cpp | 694 auto arrowFunc = stArgument->AsArrowFunctionExpression(); in InferReturnType() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | function.cpp | 242 auto *arrowFunc = relation->GetNode()->AsArrowFunctionExpression(); in ResetInferredNode() local
|
| /arkcompiler/ets_frontend/ets2panda/linter/src/lib/ |
| D | TypeScriptLinter.ts | 1790 const arrowFunc = node as ts.ArrowFunction; constant
|