Skip to content

Replace 'FunctionCreate' with 'OrdinaryFunctionCreate'#5086

Merged
domenic merged 2 commits intowhatwg:masterfrom
jmdyck:master
Dec 19, 2019
Merged

Replace 'FunctionCreate' with 'OrdinaryFunctionCreate'#5086
domenic merged 2 commits intowhatwg:masterfrom
jmdyck:master

Conversation

@jmdyck
Copy link
Contributor

@jmdyck jmdyck commented Nov 15, 2019

In the ECMAScript spec, the recently merged PR #1562 replaced the FunctionCreate operation (and some others) with the new operation OrdinaryFunctionCreate.

This commit makes the necessary changes to HTML's only call to FunctionCreate.


/infrastructure.html ( diff )
/webappapis.html ( diff )

In the ECMAScript spec, the recently merged [PR whatwg#1562](tc39/ecma262#1562)
replaced the `FunctionCreate` operation (and some others)
with the new operation `OrdinaryFunctionCreate`.

This commit makes the necessary changes to HTML's only call to `FunctionCreate`.
Copy link
Member

@annevk annevk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@domenic domenic added the integration Better coordination across standards needed label Dec 19, 2019
@domenic domenic merged commit 5b42943 into whatwg:master Dec 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

integration Better coordination across standards needed

Development

Successfully merging this pull request may close these issues.

3 participants