-
Notifications
You must be signed in to change notification settings - Fork 1
update precedent section in README #5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
1. it's not a brand check like isError or isArray, it's just a check 1. link to isError in 262, it's no longer a proposal 1. add reference to `Array.isArray` as well 1. mention the associated magic behaviour for each of the precedent-setting methods
|
Of course it's a brand check, it looks for an internal slot. |
|
Brands are indelible and innate. All Dates are created with a |
|
This proposal (at least as currently specified) does not look at the |
|
Ah I see, this is just checking |
|
Yup this is specifically about exposing the brand check that is used as part of different checks through the spec. The goal is to be able to know what behavior a value will have when used by these spec operations (e.g. |
|
I was originally reticent to mention the |
|
I think it's actually a good thing to mention |
7a8520d to
9ae3d18
Compare
it's not a brand check like isError or isArray, it's just a checkArray.isArrayas well