You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: nova_vm/src/ecmascript/builtins/control_abstraction_objects/promise_objects/promise_abstract_operations/promise_group_record.rs
+8-17Lines changed: 8 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -130,13 +130,11 @@ impl<'a> PromiseGroup<'a> {
130
130
reaction_type:PromiseReactionType,
131
131
index:u32,
132
132
value:Value<'a>,
133
-
gc:GcScope<'a,'_>,
133
+
mutgc:GcScope<'a,'_>,
134
134
){
135
-
letpromise_all = self.bind(gc.nogc());
135
+
letpromise_group = self.bind(gc.nogc());
136
136
let value = value.bind(gc.nogc());
137
137
138
-
let result_array = promise_all.get_result_array(agent, gc.nogc());
0 commit comments