DescriptionAllow immutable prototype templates to inherit
To enable the global object prototype chain to be frozen, all objects
in the chain need to be marked as immutable prototype exotic objects.
However, a bug in the previous implementation of immutable prototype
exotic objects left the check in place when initially setting up the
object, which made it impossible to allow inheritance chains. This
patch removes that mistaken check.
BUG=v8:5149
Committed: https://crrev.com/baf0ec31ec8c16156f3808cc31fd980ac05b109a
Cr-Commit-Position: refs/heads/master@{#40702}
Patch Set 1 #Patch Set 2 : Fix up test #
Messages
Total messages: 20 (12 generated)
|