Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upThe prototype chain of the global object isn't immutable (or isn't throwing exceptions to show it is) #25023
Labels
Projects
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
WPT WebIDL/ecmascript-binding/global-immutable-prototype.any tries to call Object.setPrototypeOf on the global object's prototype chain, expecting TypeError. In Servo no exception is thrown.