Lines Matching refs:SetModule
676 cloneFunc->SetModule(thread_, func->GetModule()); in CloneJSFunction()
690 cloneFunc->SetModule(thread_, func->GetModule()); in CloneSFunction()
713 newFunc->SetModule(thread_, funcTemp->GetModule()); in CreateJSFunctionFromTemplate()
736 newFunc->SetModule(thread_, funcTemp->GetModule()); in CreateSFunctionFromTemplate()
1578 … JSAsyncModuleFulfilledFunction::Cast(*obj)->SetModule(thread_, JSTaggedValue::Undefined()); in InitializeJSObject()
1582 … JSAsyncModuleRejectedFunction::Cast(*obj)->SetModule(thread_, JSTaggedValue::Undefined()); in InitializeJSObject()
3147 moduleNamespace->SetModule(thread_, JSTaggedValue::Undefined()); in NewModuleNamespace()
3619 fulfilledFunction->SetModule(thread_, JSTaggedValue::Undefined()); in CreateJSAsyncModuleFulfilledFunction()
3634 rejectedFunction->SetModule(thread_, JSTaggedValue::Undefined()); in CreateJSAsyncModuleRejectedFunction()
4769 obj->SetModule(thread_, module); in NewResolvedBindingRecord()
4789 obj->SetModule(thread_, module); in NewResolvedIndexBindingRecord()
4957 funcTemp->SetModule(thread_, module); in NewFunctionTemplate()