AccessorSlot and LambdaAccessorSlot should populate value
in Property Descriptor
#1601
Labels
bug
Issues considered a bug
Ecma Incompatibility
Issues about Rhino being incompatible with the EcmaScript spec
PropertyDescriptors
Follow up on #1577 , AccessorSlot and LambdaAccessorSlot should add
value
attribute to their Property Descriptor when getter / setter are not set.Use cases to where it matters:
When
somePDInstance.value
will return undefined in both cases, but these will display different behavior:from, there is a good discussion in PR review with a lot more details.
How it works in Chrome / Node
The text was updated successfully, but these errors were encountered: