Files
ladybird/Userland/Libraries/LibJS/Runtime/GeneratorObject.cpp
Ali Mohammad Pur e1cd36559d LibJS: Make the BC generator.next(value) work
This used to put the value in the previous frame's accumulator register,
which is only correct for the first invocation of the generator.
2022-04-18 23:59:30 +04:30

4.9 KiB