-
Sub-task
-
Resolution: Fixed
-
P4
-
None
-
None
-
b86
-
generic
-
generic
-
Verified
Object.defineProperty([], "length", Object.defineProperty({},"configurable",{get: function(){print("configurable"); return false}}))
=> should print "configurable" only once
User specified PropertyDescriptor objects accessors like "configurable" getter above should be invoked only once.
=> should print "configurable" only once
User specified PropertyDescriptor objects accessors like "configurable" getter above should be invoked only once.