Searched refs:ENTRY_MAIN_FUNCTION (Results 1 - 10 of 10) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/ |
H A D | js_pandafile_executor_test.cpp | 88 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 D | js_pandafile_manager_test.cpp | 169 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 D | js_cjs_module.cpp | 97 CString requestEntryPoint = JSPandaFile::ENTRY_MAIN_FUNCTION; in Load()
|
/arkcompiler/ets_runtime/ecmascript/jspandafile/ |
H A D | js_pandafile.h | 64 static constexpr char ENTRY_MAIN_FUNCTION[] = "_GLOBAL::func_main_0"; member in panda::ecmascript::JSPandaFile
|
/arkcompiler/ets_runtime/ecmascript/module/ |
H A D | module_path_helper.h | 97 static constexpr char ENTRY_MAIN_FUNCTION[] = "_GLOBAL::func_main_0"; member in panda::ecmascript::ModulePathHelper
|
H A D | js_shared_module_manager.cpp | 117 JSPandaFileManager::GetInstance()->LoadJSPandaFile(thread, fileName, JSPandaFile::ENTRY_MAIN_FUNCTION); in ResolveImportedModule()
|
H A D | js_module_manager.cpp | 494 JSPandaFileManager::GetInstance()->LoadJSPandaFile(thread, moduleFileName, JSPandaFile::ENTRY_MAIN_FUNCTION); in HostResolveImportedModule() 515 JSPandaFile::ENTRY_MAIN_FUNCTION, buffer, size); in HostResolveImportedModule()
|
H A D | module_path_helper.cpp | 248 if (oldEntryPoint == ENTRY_MAIN_FUNCTION || StringHelper::StringStartWith(oldEntryPoint, prefix)) { in TransformToNormalizedOhmUrl()
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
H A D | builtins_promise_job.cpp | 146 CString entryPoint = JSPandaFile::ENTRY_MAIN_FUNCTION; in DynamicImportJob()
|
/arkcompiler/ets_runtime/ecmascript/module/tests/ |
H A D | ecma_module_test.cpp | 593 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