Home
last modified time | relevance | path

Searched refs:ENTRY_MAIN_FUNCTION (Results 1 - 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
H A Djs_pandafile_executor_test.cpp88 JSPandaFileExecutor::Execute(thread, pf.get(), JSPandaFile::ENTRY_MAIN_FUNCTION); in HWTEST_F_L0()
123 JSPandaFileExecutor::ExecuteFromAbcFile(thread, CString(fileName), JSPandaFile::ENTRY_MAIN_FUNCTION); in HWTEST_F_L0()
160 thread, (void *)data, sizeof(data), JSPandaFile::ENTRY_MAIN_FUNCTION, CString(fileName)); in HWTEST_F_L0()
171 "entry", JSPandaFile::ENTRY_MAIN_FUNCTION, false); in HWTEST_F_L0()
175 "entry", JSPandaFile::ENTRY_MAIN_FUNCTION, false); in HWTEST_F_L0()
H A Djs_pandafile_manager_test.cpp169 pfManager->LoadJSPandaFile(thread1, filename1, JSPandaFile::ENTRY_MAIN_FUNCTION); in HWTEST_F_L0()
245 pfManager->LoadJSPandaFile(thread, filename1, JSPandaFile::ENTRY_MAIN_FUNCTION); in HWTEST_F_L0()
247 pfManager->LoadJSPandaFile(thread, filename2, JSPandaFile::ENTRY_MAIN_FUNCTION, (void *)data, sizeof(data)); in HWTEST_F_L0()
249 pfManager->LoadJSPandaFile(thread, filename3, JSPandaFile::ENTRY_MAIN_FUNCTION, (void *)data, sizeof(data)); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/require/
H A Djs_cjs_module.cpp97 CString requestEntryPoint = JSPandaFile::ENTRY_MAIN_FUNCTION; in Load()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Djs_pandafile.h64 static constexpr char ENTRY_MAIN_FUNCTION[] = "_GLOBAL::func_main_0"; member in panda::ecmascript::JSPandaFile
/arkcompiler/ets_runtime/ecmascript/module/
H A Dmodule_path_helper.h97 static constexpr char ENTRY_MAIN_FUNCTION[] = "_GLOBAL::func_main_0"; member in panda::ecmascript::ModulePathHelper
H A Djs_shared_module_manager.cpp117 JSPandaFileManager::GetInstance()->LoadJSPandaFile(thread, fileName, JSPandaFile::ENTRY_MAIN_FUNCTION); in ResolveImportedModule()
H A Djs_module_manager.cpp494 JSPandaFileManager::GetInstance()->LoadJSPandaFile(thread, moduleFileName, JSPandaFile::ENTRY_MAIN_FUNCTION); in HostResolveImportedModule()
515 JSPandaFile::ENTRY_MAIN_FUNCTION, buffer, size); in HostResolveImportedModule()
H A Dmodule_path_helper.cpp248 if (oldEntryPoint == ENTRY_MAIN_FUNCTION || StringHelper::StringStartWith(oldEntryPoint, prefix)) { in TransformToNormalizedOhmUrl()
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_promise_job.cpp146 CString entryPoint = JSPandaFile::ENTRY_MAIN_FUNCTION; in DynamicImportJob()
/arkcompiler/ets_runtime/ecmascript/module/tests/
H A Decma_module_test.cpp593 JSPandaFileManager::GetInstance()->LoadJSPandaFile(thread, baseFileName, JSPandaFile::ENTRY_MAIN_FUNCTION); in HWTEST_F_L0()
1743 CString entryPoint = "ENTRY_MAIN_FUNCTION"; in HWTEST_F_L0()
1745 EXPECT_EQ(res, "ENTRY_MAIN_FUNCTION"); in HWTEST_F_L0()
1791 // oldEntryPoint equal ENTRY_MAIN_FUNCTION in HWTEST_F_L0()
1796 // oldEntryPoint is not equal ENTRY_MAIN_FUNCTION but start with & in HWTEST_F_L0()

Completed in 18 milliseconds