Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/compiler/core/
Dfunction.cpp204 pg->FunctionInit(tryCtx.GetCatchTable()); in CompileFunctionOrProgram()
208 pg->FunctionInit(nullptr); in CompileFunctionOrProgram()
Dpandagen.h270 void FunctionInit(CatchTable* catchTable);
Dpandagen.cpp162 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