Home
last modified time | relevance | path

Searched defs:fun (Results 1 – 18 of 18) sorted by relevance

/arkcompiler/ets_runtime/test/moduletest/moduleLazyImport/
DC_Cjs.js23 module.exports.fun = function foo5 () { function
/arkcompiler/ets_frontend/es2panda/test/compiler/ts/cases/compiler/
Dtest-ts-typeof-returntype-1.ts24 function fun(){ function
/arkcompiler/ets_runtime/test/moduletest/moduleImportJson/
DcjsImportJson.js24 module.exports.fun = function foo1 () { function
/arkcompiler/runtime_core/disassembler/tests/module/
Dmodule-multi-import.js36 fun(a, b) { return a + b; } method in ClassA
/arkcompiler/ets_runtime/test/moduletest/moduleUseCjs/
DsomeArgsCjs.js24 module.exports.fun = function foo1 () { function
/arkcompiler/ets_runtime/test/aottest/duplicatefunctions/
Dduplicatefunctions.ts27 fun(a:number, b:number):number { method in Obj1
/arkcompiler/ets_runtime/test/aottest/defineclasswithbuffer/
Ddefineclasswithbuffer.ts28 fun():void { method in Obj2
/arkcompiler/toolchain/test/fuzztest/connectserver_fuzzer/
Dconnectserver_fuzzer.cpp36 std::function<void(std::string&&)> fun = TestFun; in ConnectServerFuzzTest() local
/arkcompiler/toolchain/test/fuzztest/wsserver/wsservernotifydisconnectevent_fuzzer/
Dwsservernotifydisconnectevent_fuzzer.cpp36 std::function<void(std::string&&)> fun = TestFun; in WsServerNotifyDisconnectEventFuzzTest() local
/arkcompiler/toolchain/test/fuzztest/wsserver/wsserver_fuzzer/
Dwsserver_fuzzer.cpp36 std::function<void(std::string&&)> fun = TestFun; in WsServerFuzzTest() local
/arkcompiler/toolchain/test/fuzztest/wsserver/wsserversendreply_fuzzer/
Dwsserversendreply_fuzzer.cpp36 std::function<void(std::string&&)> fun = TestFun; in WsServerSendReplyFuzzTest() local
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dhot_cards.h92 void VisitHotCards(F fun) in VisitHotCards()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_builder.h59 virtual void SetCurrentFunction(MIRFunction &fun) in SetCurrentFunction()
144 MIRSymbol *GetFunctionArgument(MIRFunction &fun, uint32 index) const in GetFunctionArgument()
/arkcompiler/ets_runtime/test/aottest/pgo_aot_newobj/
Dpgo_aot_newobj.ts50 function fun() { function
/arkcompiler/ets_runtime/test/moduletest/stubbuilder/
Dstubbuilder.js30 var fun = function(parameter) { function
124 var fun = function *() { generator
/arkcompiler/ets_runtime/ecmascript/
Djs_function.cpp128 JSHClass *JSFunction::GetOrCreateInitialJSHClass(JSThread *thread, const JSHandle<JSFunction> &fun) in GetOrCreateInitialJSHClass()
211 …tion::SetFunctionPrototypeOrInstanceHClass(const JSThread *thread, const JSHandle<JSFunction> &fun, in SetFunctionPrototypeOrInstanceHClass()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_builder.cpp456 MIRFunction *fun = GetCurrentFunctionNotNull(); in GetSymbolFromEnclosingScope() local
1299 MIRFunction *fun = GetCurrentFunctionNotNull(); in AddStmtInCurrentFunctionBody() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp5547 JSHandle<JSFunction> fun = JSHandle<JSFunction>::Cast(JSNApiHelper::ToJSHandle(cb)); in SetHostEnqueueJob() local