Home
last modified time | relevance | path

Searched refs:NewProgram (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/test/unit/public/
H A Dast_verifier_short_test.cpp163 auto program = Program::NewProgram<ETSBinder>(Allocator()); in TEST_F()
183 auto program = Program::NewProgram<ETSBinder>(Allocator()); in TEST_F()
210 auto program = Program::NewProgram<ETSBinder>(Allocator()); in TEST_F()
233 auto program = Program::NewProgram<ETSBinder>(Allocator()); in TEST_F()
/arkcompiler/ets_frontend/ets2panda/parser/program/
H A Dprogram.h49 static Program NewProgram(ArenaAllocator *allocator) in NewProgram() function in ark::es2panda::ark::es2panda::ark::es2panda::parser::Program
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DcompilerImpl.cpp276 auto program = parser::Program::NewProgram<VarBinder>(&allocator); in CreateCompiler()
/arkcompiler/ets_frontend/ets2panda/test/unit/
H A Dunion_normalization_test.cpp44 program_ {parser::Program::NewProgram<varbinder::ETSBinder>(Allocator())},
/arkcompiler/ets_runtime/ecmascript/
H A Dobject_factory.h212 JSHandle<Program> NewProgram();
H A Dobject_factory.cpp3109 JSHandle<Program> ObjectFactory::NewProgram() in NewProgram() function in panda::ecmascript::ObjectFactory
/arkcompiler/ets_runtime/ecmascript/tests/
H A Ddump_test.cpp1124 JSHandle<Program> program = factory->NewProgram(); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dpanda_file_translator.cpp181 JSHandle<Program> program = factory->NewProgram(); in GenerateProgramInternal()

Completed in 20 milliseconds