Home
last modified time | relevance | path

Searched defs:requestEntryPoint (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/require/
Djs_cjs_module.cpp97 CString requestEntryPoint = JSPandaFile::ENTRY_MAIN_FUNCTION; in Load() local
159 …RequireExecution(JSThread *thread, const CString &mergedFilename, const CString &requestEntryPoint) in RequireExecution()