Lines Matching refs:cjsInfo
220 CJSInfo* cjsInfo) in InvokeEcmaAotEntrypoint() argument
223 return JSFunction::InvokeOptimizedEntrypoint(thread_, mainFunc, thisArg, entryPoint, cjsInfo); in InvokeEcmaAotEntrypoint()
326 CJSInfo cjsInfo(module, require, exports, filename, dirname); in CJSExecution() local
327 RequireManager::InitializeCommonJS(thread_, cjsInfo); in CJSExecution()
330 InvokeEcmaAotEntrypoint(func, thisArg, jsPandaFile, entryPoint, &cjsInfo); in CJSExecution()
343 info->SetCallArg(cjsInfo.exportsHdl.GetTaggedValue(), in CJSExecution()
344 cjsInfo.requireHdl.GetTaggedValue(), in CJSExecution()
345 cjsInfo.moduleHdl.GetTaggedValue(), in CJSExecution()
346 cjsInfo.filenameHdl.GetTaggedValue(), in CJSExecution()
347 cjsInfo.dirnameHdl.GetTaggedValue()); in CJSExecution()
357 RequireManager::CollectExecutedExp(thread_, cjsInfo); in CJSExecution()