Lines Matching refs:undefinedValue
4702 JSTaggedValue undefinedValue = thread_->GlobalConstants()->GetUndefined();
4703 obj->SetEnvironment(thread_, undefinedValue);
4704 obj->SetNamespace(thread_, undefinedValue);
4705 obj->SetRequestedModules(thread_, undefinedValue);
4706 obj->SetImportEntries(thread_, undefinedValue);
4707 obj->SetLocalExportEntries(thread_, undefinedValue);
4708 obj->SetIndirectExportEntries(thread_, undefinedValue);
4709 obj->SetStarExportEntries(thread_, undefinedValue);
4710 obj->SetNameDictionary(thread_, undefinedValue);
4713 obj->SetTopLevelCapability(thread_, undefinedValue);
4714 obj->SetAsyncParentModules(thread_, undefinedValue);
4729 obj->SetSendableEnv(thread_, undefinedValue);
4735 JSHandle<JSTaggedValue> undefinedValue = thread_->GlobalConstants()->GetHandledUndefined();
4736 JSHandle<SourceTextModule> ecmaModule(undefinedValue);
4737 JSHandle<JSTaggedValue> bindingName(undefinedValue);
4755 JSHandle<JSTaggedValue> undefinedValue = thread_->GlobalConstants()->GetHandledUndefined();
4756 JSHandle<SourceTextModule> ecmaModule(undefinedValue);