DescriptionMake Date.prototype an ordinary object
This is a change for ES2015. Date objects have mutable state, so having
a mutable prototype is bad for SES requirements, and it is an
inconsistency from the typical ES2015 class style of objects
BUG=v8:4004
LOG=Y
R=adamk
Committed: https://crrev.com/f65e61ef447d7e273e9af5c10f3e5e2e3089ea66
Cr-Commit-Position: refs/heads/master@{#30486}
Patch Set 1 #Patch Set 2 : reorder tests so they pass #Patch Set 3 : test262 test passes #Patch Set 4 : Disable outdated test262 test #Patch Set 5 : disable mozilla tests #Patch Set 6 : fix mozilla test #
Messages
Total messages: 28 (12 generated)
|