Skip to content
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

Use dotted intrinsic form from ecma262 #316

Merged
merged 1 commit into from
Jun 18, 2020
Merged

Use dotted intrinsic form from ecma262 #316

merged 1 commit into from
Jun 18, 2020

Conversation

ljharb
Copy link
Contributor

@ljharb ljharb commented Jun 18, 2020

In the ecma262 spec, we've added a new intrinsic notation form that will avoid unbounded growth of our list of intrinsics.

Specifically, things like %ArrayPrototype% and %ObjProto_valueOf% should now be represented as %Array.prototype% and %Object.prototype.valueOf%, respectively.

Our intention is to delete the "legacy" forms entirely in favor of the dotted forms.

See:

In the ecma262 spec, we've added a [new intrinsic notation form](tc39/ecma262#1376) that will avoid unbounded growth of our list of intrinsics.

Specifically, things like `%ArrayPrototype%` and `%ObjProto_valueOf%` should now be represented as `%Array.prototype%` and `%Object.prototype.valueOf%`, respectively.

Our intention is to delete the "legacy" forms entirely in favor of the dotted forms.

See:
 - whatwg/webidl#898
 - whatwg/webidl#897
 - whatwg/html#5655
@ljharb
Copy link
Contributor Author

ljharb commented Jun 18, 2020

I just signed the participation agreement; seems like it's awaiting verification.

@domenic domenic merged commit a10322f into whatwg:master Jun 18, 2020
@ljharb ljharb deleted the dot_intrinsics branch June 18, 2020 22:36
ljharb added a commit to ljharb/ecma262 that referenced this pull request Jun 19, 2020
All uses of these have been removed from HTML:
 - whatwg/webidl#898
 - whatwg/html#5655
 - whatwg/infra#316
ljharb added a commit to ljharb/ecma262 that referenced this pull request Jun 19, 2020
All uses of these have been removed from HTML:
 - whatwg/webidl#898
 - whatwg/html#5655
 - whatwg/infra#316
ljharb added a commit to ljharb/ecma262 that referenced this pull request Jun 19, 2020
All uses of these have been removed from HTML:
 - whatwg/webidl#898
 - whatwg/html#5655
 - whatwg/infra#316
ljharb added a commit to ljharb/ecma262 that referenced this pull request Jun 19, 2020
All uses of these have been removed from HTML:
 - whatwg/webidl#898
 - whatwg/html#5655
 - whatwg/infra#316
ljharb added a commit to ljharb/ecma262 that referenced this pull request Jun 24, 2020
All uses of these have been removed from HTML:
 - whatwg/webidl#898
 - whatwg/html#5655
 - whatwg/infra#316
ljharb added a commit to ljharb/ecma262 that referenced this pull request Aug 10, 2020
All uses of these have been removed from HTML:
 - whatwg/webidl#898
 - whatwg/html#5655
 - whatwg/infra#316
ljharb added a commit to ljharb/ecma262 that referenced this pull request Aug 11, 2020
All uses of these have been removed from HTML:
 - whatwg/webidl#898
 - whatwg/html#5655
 - whatwg/infra#316
ljharb added a commit to ljharb/ecma262 that referenced this pull request Aug 27, 2020
ljharb added a commit to ljharb/ecma262 that referenced this pull request Sep 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants