Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Editorial: Don't use SameValue in DetachArrayBuffer (#2745)
SameValue accepts only ECMAScript language values as args, so DetachArrayBuffer's use of SameValue asserts that detach keys are ECMAScript language values. But detach keys should be as opaque as possible, so replace `SameValue` with `is`.
- Loading branch information