Lines Matching defs:cjsInfo
279 CJSInfo* cjsInfo)
282 return JSFunction::InvokeOptimizedEntrypoint(thread_, mainFunc, thisArg, cjsInfo);
456 CJSInfo cjsInfo(module, require, exports, fileName, dirName);
457 RequireManager::InitializeCommonJS(thread_, cjsInfo);
461 InvokeEcmaAotEntrypoint(func, thisArg, jsPandaFile, entryPoint, &cjsInfo);
474 info->SetCallArg(cjsInfo.exportsHdl.GetTaggedValue(),
475 cjsInfo.requireHdl.GetTaggedValue(),
476 cjsInfo.moduleHdl.GetTaggedValue(),
477 cjsInfo.filenameHdl.GetTaggedValue(),
478 cjsInfo.dirnameHdl.GetTaggedValue());
484 RequireManager::CollectExecutedExp(thread_, cjsInfo);