Home
last modified time | relevance | path

Searched refs:ENTRY_MAIN_FUNCTION (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
Djs_pandafile_executor_test.cpp88 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()
Djs_pandafile_manager_test.cpp167 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/
Ddebug_info_extractor.h114 && debugRecordName != JSPandaFile::ENTRY_MAIN_FUNCTION) { in MatchWithLocation()
Djs_pandafile.h60 static constexpr char ENTRY_MAIN_FUNCTION[] = "_GLOBAL::func_main_0"; variable
/arkcompiler/ets_runtime/ecmascript/require/
Djs_cjs_module.cpp103 CString requestEntryPoint = JSPandaFile::ENTRY_MAIN_FUNCTION; in Load()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_promise_job.cpp153 CString entryPoint = JSPandaFile::ENTRY_MAIN_FUNCTION; in DynamicImportJob()
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_manager.cpp440 …eManager::GetInstance()->LoadJSPandaFile(thread, moduleFileName, JSPandaFile::ENTRY_MAIN_FUNCTION); in HostResolveImportedModule()
465 … JSPandaFile::ENTRY_MAIN_FUNCTION, buffer, size); in HostResolveImportedModule()