Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/test/unit/
Dunion_normalization_test.cpp179 auto program = parser::Program::NewProgram<varbinder::ETSBinder>(Allocator()); in TEST_F()
200 auto program = parser::Program::NewProgram<varbinder::ETSBinder>(Allocator()); in TEST_F()
229 auto program = parser::Program::NewProgram<varbinder::ETSBinder>(Allocator()); in TEST_F()
259 auto program = parser::Program::NewProgram<varbinder::ETSBinder>(Allocator()); in TEST_F()
284 auto program = parser::Program::NewProgram<varbinder::ETSBinder>(Allocator()); in TEST_F()
314 auto program = parser::Program::NewProgram<varbinder::ETSBinder>(Allocator()); in TEST_F()
384 auto program = parser::Program::NewProgram<varbinder::ETSBinder>(Allocator()); in TEST_F()
441 auto program = parser::Program::NewProgram<varbinder::ETSBinder>(Allocator()); in TEST_F()
490 auto program = parser::Program::NewProgram<varbinder::ETSBinder>(Allocator()); in TEST_F()
/arkcompiler/ets_frontend/ets2panda/parser/program/
Dprogram.h43 static Program NewProgram(ArenaAllocator *allocator) in NewProgram() function
/arkcompiler/ets_frontend/ets2panda/test/unit/public/
Dast_verifier_test.cpp200 auto program = Program::NewProgram<ETSBinder>(Allocator()); in TEST_F()
221 auto program = Program::NewProgram<ETSBinder>(Allocator()); in TEST_F()
249 auto program = Program::NewProgram<ETSBinder>(Allocator()); in TEST_F()
273 auto program = Program::NewProgram<ETSBinder>(Allocator()); in TEST_F()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DcompilerImpl.cpp137 auto program = parser::Program::NewProgram<VarBinder>(&allocator); in CreateCompiler()
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.h207 JSHandle<Program> NewProgram();
Dobject_factory.cpp2914 JSHandle<Program> ObjectFactory::NewProgram() in NewProgram() function in panda::ecmascript::ObjectFactory
/arkcompiler/ets_runtime/ecmascript/tests/
Ddump_test.cpp952 JSHandle<Program> program = factory->NewProgram(); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dpanda_file_translator.cpp138 JSHandle<Program> program = factory->NewProgram(); in GenerateProgramInternal()