Home
last modified time | relevance | path

Searched refs:CreateScriptFunction (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/ets/
Ddynamic.cpp257 std::pair<ir::ScriptFunction *, ir::Identifier *> ETSChecker::CreateScriptFunction( in CreateScriptFunction() function in ark::es2panda::checker::ETSChecker
302 auto [func, id] = CreateScriptFunction(builder); in CreateClassInstanceInitializer()
/arkcompiler/ets_frontend/ets2panda/public/
Des2panda_lib.h351 …es2panda_AstNode *(*CreateScriptFunction)(es2panda_Context *context, es2panda_AstNode *type_params, member
Des2panda_lib.cpp1996 extern "C" es2panda_AstNode *CreateScriptFunction(es2panda_Context *context, es2panda_AstNode *type… in CreateScriptFunction() function
2585 CreateScriptFunction,
/arkcompiler/ets_frontend/ets2panda/checker/
DETSchecker.h779 …std::pair<ir::ScriptFunction *, ir::Identifier *> CreateScriptFunction(ClassInitializerBuilder con…