Home
last modified time | relevance | path

Searched defs:funcs (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/test/moduletest/errorhelper/
Derrorhelper.js56 let funcs = [f]; variable
58 funcs[i] = function () { function
/arkcompiler/runtime_core/static_core/irtoc/backend/
Dfunction.h218 void SetExternalFunctions(std::initializer_list<std::string> funcs) in SetExternalFunctions()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dcmpl.h100 MirFuncT **funcs; // list of all funcs in the module. member
/arkcompiler/runtime_core/static_core/irtoc/backend/compiler/tests/
Ddangling_pointers_checker_test.cpp31 void SetTestExternalFunctions(std::initializer_list<std::string> funcs) in SetTestExternalFunctions()
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js28639 this.funcs = []; property