googleprojectzero / fuzzilli

A JavaScript Engine Fuzzer
Apache License 2.0
1.86k stars 300 forks source link

pls add support object with spread element #422

Closed areuu closed 6 months ago

areuu commented 6 months ago

I always think `ObjectWithSpreadGenerator' codegenerator is implemented, but no. (https://github.com/googleprojectzero/fuzzilli/blob/main/Sources/Fuzzilli/CodeGen/CodeGeneratorWeights.swift#L80C6-L80C31)

and please add il opcode to support spread element in object literal.

areuu commented 6 months ago

oh, you already support spread object.

areuu commented 6 months ago

oh, still some different