Akrosh Gandhi
Results
1
comments of
Akrosh Gandhi
In https://tc39.github.io/ecma262/#sec-ordinarysetwithowndescriptor at 6. If setter is undefined, return false. But we don't seem to do that at ```cpp ES5ArrayTypeHandlerBase::SetItem ... else if (descriptor->Setter) { RecyclableObject* func = RecyclableObject::FromVar(descriptor->Setter); //...