Home
last modified time | relevance | path

Searched refs:FunctionInit (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/core/
Dfunction.cpp260 pg->FunctionInit(tryCtx.GetCatchTable()); in Compile()
264 pg->FunctionInit(nullptr); in Compile()
Dpandagen.h67 void FunctionInit(CatchTable *catchTable);
Dpandagen.cpp284 void PandaGen::FunctionInit(CatchTable *catchTable) in FunctionInit() function in panda::es2panda::compiler::PandaGen
/arkcompiler/ets_runtime/ecmascript/tests/
Dbuiltins_test.cpp66 HWTEST_F_L0(BuiltinsTest, FunctionInit) in HWTEST_F_L0() argument
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dfunction.cpp281 pg->FunctionInit(tryCtx.GetCatchTable()); in CompileFunctionOrProgram()
290 pg->FunctionInit(nullptr); in CompileFunctionOrProgram()
Dpandagen.h278 void FunctionInit(CatchTable* catchTable);
Dpandagen.cpp174 void PandaGen::FunctionInit(CatchTable *catchTable) in FunctionInit() function in panda::es2panda::compiler::PandaGen