| /arkcompiler/runtime_core/compiler/tests/amd64/ |
| D | asmjit_test.cpp | 65 Func fn {nullptr}; in TEST_F() local 108 Func fn {nullptr}; in TEST_F() local 133 Func fn {nullptr}; in TEST_F() local 157 Func fn {nullptr}; in TEST_F() local 215 Func fn = (Func)ro_ptr; in TEST_F() local
|
| /arkcompiler/runtime_core/static_core/compiler/tests/amd64/ |
| D | asmjit_test.cpp | 69 Func fn {nullptr}; in TEST_F() local 112 Func fn {nullptr}; in TEST_F() local 137 Func fn {nullptr}; in TEST_F() local 161 Func fn {nullptr}; in TEST_F() local 219 Func fn = reinterpret_cast<Func>(roPtr); in TEST_F() local
|
| /arkcompiler/ets_frontend/ets2panda/ |
| D | es2panda.cpp | 47 SourceFile::SourceFile(std::string_view fn, std::string_view s) : filePath(fn), fileFolder(DirName(… in SourceFile() 49 SourceFile::SourceFile(std::string_view fn, std::string_view s, bool m) in SourceFile() 54 SourceFile::SourceFile(std::string_view fn, std::string_view s, std::string_view rp, bool m) in SourceFile()
|
| /arkcompiler/ets_runtime/test/moduletest/forawaitof/ |
| D | forawaitof.js | 25 async function fn() { function
|
| /arkcompiler/runtime_core/compiler/tests/x86/ |
| D | asmjit_test.cpp | 41 Func fn {nullptr}; in TEST_F() local 84 Func fn {nullptr}; in TEST_F() local 142 Func fn = (Func)ro_ptr; in TEST_F() local
|
| /arkcompiler/runtime_core/static_core/compiler/tests/x86/ |
| D | asmjit_test.cpp | 40 Func fn {nullptr}; in TEST_F() local 83 Func fn {nullptr}; in TEST_F() local 141 Func fn = (Func)ro_ptr; in TEST_F() local
|
| /arkcompiler/ets_frontend/ets2panda/linter/test_rules/ |
| D | rule27.ts | 20 function fn(i: I) { function
|
| D | rule15.ts | 22 function fn(ctor: SomeConstructor) { function
|
| /arkcompiler/ets_frontend/ets2panda/linter-4.2/test_rules/ |
| D | rule27.ts | 20 function fn(i: I) { function
|
| D | rule15.ts | 22 function fn(ctor: SomeConstructor) { function
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/gtest_plugin/ |
| D | gtest_launcher.js | 30 globalThis.ASSERT_THROWS = function ASSERT_THROWS(ctor, fn) { argument
|
| /arkcompiler/ets_runtime/test/aottest/for_await_of/ |
| D | for_await_of.js | 63 async function * fn() { generator
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/ts/cases/compiler/ |
| D | test-ts-generic-tag-template-string-escape-error.ts | 16 function fn(strs: TemplateStringsArray, ...args: T[]) : T { function
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/intrinsics/ |
| D | std_js_jsruntime.cpp | 261 void *CompilerJSCallCheckIntrinsic(void *fn) in CompilerJSCallCheckIntrinsic() 266 void *CompilerJSCallFunctionIntrinsic(void *obj, void *fn, uint32_t argc, void *args) in CompilerJSCallFunctionIntrinsic() 271 void CompilerJSCallVoidFunctionIntrinsic(void *obj, void *fn, uint32_t argc, void *args) in CompilerJSCallVoidFunctionIntrinsic() 276 void *CompilerJSNewInstanceIntrinsic(void *fn, uint32_t argc, void *args) in CompilerJSNewInstanceIntrinsic()
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
| D | test-tag-template-string-escape-error.js | 16 function fn(str, substitute) { function
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/native/ |
| D | native_test_helper.h | 33 ets_method fn = env_->GetStaticp_method(cls, methodName.data(), nullptr); in CallEtsFuntion() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/proxies/js_extend_ets/ |
| D | js_extend_ets.js | 50 fn() { return "fn_extderived"; } method in ExtFooDerived
|
| /arkcompiler/ets_frontend/ets2panda/linter-4.2/test/ |
| D | function_overload.ts | 28 function fn(x: string): string; function
|
| /arkcompiler/ets_frontend/ets2panda/linter/test/ |
| D | function_overload.ts | 28 function fn(x: string): string; function
|
| /arkcompiler/ets_runtime/test/moduletest/objectcloneproperties/ |
| D | objectcloneproperties.js | 22 function fn(e) { function
|
| /arkcompiler/ets_runtime/test/moduletest/objecthasownproperty/ |
| D | objecthasownproperty.js | 28 function fn() { function
|
| /arkcompiler/runtime_core/static_core/static_linker/ |
| D | link.cpp | 73 auto const &fn = files[0]; in main() local
|
| /arkcompiler/ets_runtime/tools/circuit_viewer/src/ |
| D | MainEditor.js | 41 onLoad(fn, result) { argument
|
| /arkcompiler/ets_frontend/es2panda/typescript/extractor/ |
| D | typeExtractor.cpp | 395 auto fn = [&node, &typeIndex, this](const util::StringView &name) { in GetTypeIndexFromClassDefinition() local 419 auto fn = [&node, &typeIndex, this](const util::StringView &name) { in GetTypeIndexFromInterfaceNode() local 439 auto fn = [&node, &typeIndex, this](const util::StringView &name) { in GetTypeIndexFromFunctionNode() local 705 auto fn = [&node, &typeIndex, this](const util::StringView &name) { in HandleFunctionDeclaration() local 729 auto fn = [&node, &typeIndex, &classDef, this](const util::StringView &name) { in HandleClassDeclaration() local 753 auto fn = [&node, &typeIndex, &interfaceDef, this](const util::StringView &name) { in HandleInterfaceDeclaration() local 1050 auto fn = [&findRes](binder::Variable *variable) { in GetVariablesFromNamespace() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| D | std_core_TypeCreator.cpp | 96 PandasmMethodCreator fn {prefix + method->GetName(), ctx}; in CreateCopiedMethod() local 403 static void AddLambdaParamInst(pandasm::Function &fn, TypeCreatorCtx *ctx) in AddLambdaParamInst() 438 auto &fn = m->GetFn(); in TypeAPITypeCreatorCtxMethodAddBodyFromErasedLambda() local 480 auto &fn = m->GetFn(); in TypeAPITypeCreatorCtxMethodAddBodyDefault() local 540 auto fn = ctx->Alloc<LambdaTypeCreator>(ctx); in TypeAPITypeCreatorCtxLambdaTypeCreate() local
|