Searched refs:ENTRY_MAIN_FUNCTION (Results 1 – 7 of 7) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/ |
D | js_pandafile_executor_test.cpp | 88 JSPandaFileExecutor::Execute(thread, pf.get(), JSPandaFile::ENTRY_MAIN_FUNCTION); in HWTEST_F_L0() 124 … JSPandaFileExecutor::ExecuteFromFile(thread, CString(fileName), JSPandaFile::ENTRY_MAIN_FUNCTION); in HWTEST_F_L0() 162 thread, (void *)data, sizeof(data), JSPandaFile::ENTRY_MAIN_FUNCTION, CString(fileName)); in HWTEST_F_L0()
|
D | js_pandafile_manager_test.cpp | 167 pfManager->LoadJSPandaFile(thread1, filename1, JSPandaFile::ENTRY_MAIN_FUNCTION); in HWTEST_F_L0() 230 pfManager->LoadJSPandaFile(thread, filename1, JSPandaFile::ENTRY_MAIN_FUNCTION); in HWTEST_F_L0() 232 …pfManager->LoadJSPandaFile(thread, filename2, JSPandaFile::ENTRY_MAIN_FUNCTION, (void *)data, size… in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/jspandafile/ |
D | debug_info_extractor.h | 114 && debugRecordName != JSPandaFile::ENTRY_MAIN_FUNCTION) { in MatchWithLocation()
|
D | js_pandafile.h | 60 static constexpr char ENTRY_MAIN_FUNCTION[] = "_GLOBAL::func_main_0"; variable
|
/arkcompiler/ets_runtime/ecmascript/require/ |
D | js_cjs_module.cpp | 103 CString requestEntryPoint = JSPandaFile::ENTRY_MAIN_FUNCTION; in Load()
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins_promise_job.cpp | 153 CString entryPoint = JSPandaFile::ENTRY_MAIN_FUNCTION; in DynamicImportJob()
|
/arkcompiler/ets_runtime/ecmascript/module/ |
D | js_module_manager.cpp | 440 …eManager::GetInstance()->LoadJSPandaFile(thread, moduleFileName, JSPandaFile::ENTRY_MAIN_FUNCTION); in HostResolveImportedModule() 465 … JSPandaFile::ENTRY_MAIN_FUNCTION, buffer, size); in HostResolveImportedModule()
|