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.cpp103 CString requestEntryPoint = JSPandaFile::ENTRY_MAIN_FUNCTION; in Load() local
158 …id CjsModule::RequireExecution(JSThread *thread, CString mergedFilename, CString requestEntryPoint) in RequireExecution()