Skip to content

Commit 75161df

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 18.3.2.
1 parent 4e0130a commit 75161df

File tree

7 files changed

+10468
-10463
lines changed

7 files changed

+10468
-10463
lines changed

ed/dfns/ecmascript.json

Lines changed: 40 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -4582,19 +4582,18 @@
45824582
"id": "sec-bindthisvalue",
45834583
"href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-bindthisvalue",
45844584
"linkingText": [
4585-
"BindThisValue(V)"
4585+
"BindThisValue",
4586+
"BindThisValue(envRec, V)"
45864587
],
45874588
"localLinkingText": [],
45884589
"type": "abstract-op",
4589-
"for": [
4590-
"Function Environment Records"
4591-
],
4590+
"for": [],
45924591
"access": "public",
45934592
"informative": false,
45944593
"heading": {
45954594
"id": "sec-bindthisvalue",
45964595
"href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-bindthisvalue",
4597-
"title": "BindThisValue ( V )",
4596+
"title": "BindThisValue ( envRec, V )",
45984597
"number": "9.1.1.3.1"
45994598
},
46004599
"definedIn": "heading"
@@ -4666,19 +4665,18 @@
46664665
"id": "sec-getsuperbase",
46674666
"href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-getsuperbase",
46684667
"linkingText": [
4669-
"GetSuperBase()"
4668+
"GetSuperBase",
4669+
"GetSuperBase(envRec)"
46704670
],
46714671
"localLinkingText": [],
46724672
"type": "abstract-op",
4673-
"for": [
4674-
"Function Environment Records"
4675-
],
4673+
"for": [],
46764674
"access": "public",
46774675
"informative": false,
46784676
"heading": {
46794677
"id": "sec-getsuperbase",
46804678
"href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-getsuperbase",
4681-
"title": "GetSuperBase ( )",
4679+
"title": "GetSuperBase ( envRec )",
46824680
"number": "9.1.1.3.5"
46834681
},
46844682
"definedIn": "heading"
@@ -4940,19 +4938,18 @@
49404938
"id": "sec-hasvardeclaration",
49414939
"href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-hasvardeclaration",
49424940
"linkingText": [
4943-
"HasVarDeclaration(N)"
4941+
"HasVarDeclaration",
4942+
"HasVarDeclaration(envRec, N)"
49444943
],
49454944
"localLinkingText": [],
49464945
"type": "abstract-op",
4947-
"for": [
4948-
"Global Environment Records"
4949-
],
4946+
"for": [],
49504947
"access": "public",
49514948
"informative": false,
49524949
"heading": {
49534950
"id": "sec-hasvardeclaration",
49544951
"href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-hasvardeclaration",
4955-
"title": "HasVarDeclaration ( N )",
4952+
"title": "HasVarDeclaration ( envRec, N )",
49564953
"number": "9.1.1.4.12"
49574954
},
49584955
"definedIn": "heading"
@@ -4961,19 +4958,18 @@
49614958
"id": "sec-haslexicaldeclaration",
49624959
"href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-haslexicaldeclaration",
49634960
"linkingText": [
4964-
"HasLexicalDeclaration(N)"
4961+
"HasLexicalDeclaration",
4962+
"HasLexicalDeclaration(envRec, N)"
49654963
],
49664964
"localLinkingText": [],
49674965
"type": "abstract-op",
4968-
"for": [
4969-
"Global Environment Records"
4970-
],
4966+
"for": [],
49714967
"access": "public",
49724968
"informative": false,
49734969
"heading": {
49744970
"id": "sec-haslexicaldeclaration",
49754971
"href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-haslexicaldeclaration",
4976-
"title": "HasLexicalDeclaration ( N )",
4972+
"title": "HasLexicalDeclaration ( envRec, N )",
49774973
"number": "9.1.1.4.13"
49784974
},
49794975
"definedIn": "heading"
@@ -4982,19 +4978,18 @@
49824978
"id": "sec-hasrestrictedglobalproperty",
49834979
"href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-hasrestrictedglobalproperty",
49844980
"linkingText": [
4985-
"HasRestrictedGlobalProperty(N)"
4981+
"HasRestrictedGlobalProperty",
4982+
"HasRestrictedGlobalProperty(envRec, N)"
49864983
],
49874984
"localLinkingText": [],
49884985
"type": "abstract-op",
4989-
"for": [
4990-
"Global Environment Records"
4991-
],
4986+
"for": [],
49924987
"access": "public",
49934988
"informative": false,
49944989
"heading": {
49954990
"id": "sec-hasrestrictedglobalproperty",
49964991
"href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-hasrestrictedglobalproperty",
4997-
"title": "HasRestrictedGlobalProperty ( N )",
4992+
"title": "HasRestrictedGlobalProperty ( envRec, N )",
49984993
"number": "9.1.1.4.14"
49994994
},
50004995
"definedIn": "heading"
@@ -5003,19 +4998,18 @@
50034998
"id": "sec-candeclareglobalvar",
50044999
"href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-candeclareglobalvar",
50055000
"linkingText": [
5006-
"CanDeclareGlobalVar(N)"
5001+
"CanDeclareGlobalVar",
5002+
"CanDeclareGlobalVar(envRec, N)"
50075003
],
50085004
"localLinkingText": [],
50095005
"type": "abstract-op",
5010-
"for": [
5011-
"Global Environment Records"
5012-
],
5006+
"for": [],
50135007
"access": "public",
50145008
"informative": false,
50155009
"heading": {
50165010
"id": "sec-candeclareglobalvar",
50175011
"href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-candeclareglobalvar",
5018-
"title": "CanDeclareGlobalVar ( N )",
5012+
"title": "CanDeclareGlobalVar ( envRec, N )",
50195013
"number": "9.1.1.4.15"
50205014
},
50215015
"definedIn": "heading"
@@ -5024,19 +5018,18 @@
50245018
"id": "sec-candeclareglobalfunction",
50255019
"href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-candeclareglobalfunction",
50265020
"linkingText": [
5027-
"CanDeclareGlobalFunction(N)"
5021+
"CanDeclareGlobalFunction",
5022+
"CanDeclareGlobalFunction(envRec, N)"
50285023
],
50295024
"localLinkingText": [],
50305025
"type": "abstract-op",
5031-
"for": [
5032-
"Global Environment Records"
5033-
],
5026+
"for": [],
50345027
"access": "public",
50355028
"informative": false,
50365029
"heading": {
50375030
"id": "sec-candeclareglobalfunction",
50385031
"href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-candeclareglobalfunction",
5039-
"title": "CanDeclareGlobalFunction ( N )",
5032+
"title": "CanDeclareGlobalFunction ( envRec, N )",
50405033
"number": "9.1.1.4.16"
50415034
},
50425035
"definedIn": "heading"
@@ -5045,19 +5038,18 @@
50455038
"id": "sec-createglobalvarbinding",
50465039
"href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-createglobalvarbinding",
50475040
"linkingText": [
5048-
"CreateGlobalVarBinding(N, D)"
5041+
"CreateGlobalVarBinding",
5042+
"CreateGlobalVarBinding(envRec, N, D)"
50495043
],
50505044
"localLinkingText": [],
50515045
"type": "abstract-op",
5052-
"for": [
5053-
"Global Environment Records"
5054-
],
5046+
"for": [],
50555047
"access": "public",
50565048
"informative": false,
50575049
"heading": {
50585050
"id": "sec-createglobalvarbinding",
50595051
"href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-createglobalvarbinding",
5060-
"title": "CreateGlobalVarBinding ( N, D )",
5052+
"title": "CreateGlobalVarBinding ( envRec, N, D )",
50615053
"number": "9.1.1.4.17"
50625054
},
50635055
"definedIn": "heading"
@@ -5066,19 +5058,18 @@
50665058
"id": "sec-createglobalfunctionbinding",
50675059
"href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-createglobalfunctionbinding",
50685060
"linkingText": [
5069-
"CreateGlobalFunctionBinding(N, V, D)"
5061+
"CreateGlobalFunctionBinding",
5062+
"CreateGlobalFunctionBinding(envRec, N, V, D)"
50705063
],
50715064
"localLinkingText": [],
50725065
"type": "abstract-op",
5073-
"for": [
5074-
"Global Environment Records"
5075-
],
5066+
"for": [],
50765067
"access": "public",
50775068
"informative": false,
50785069
"heading": {
50795070
"id": "sec-createglobalfunctionbinding",
50805071
"href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-createglobalfunctionbinding",
5081-
"title": "CreateGlobalFunctionBinding ( N, V, D )",
5072+
"title": "CreateGlobalFunctionBinding ( envRec, N, V, D )",
50825073
"number": "9.1.1.4.18"
50835074
},
50845075
"definedIn": "heading"
@@ -5193,19 +5184,18 @@
51935184
"id": "sec-createimportbinding",
51945185
"href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-createimportbinding",
51955186
"linkingText": [
5196-
"CreateImportBinding(N, M, N2)"
5187+
"CreateImportBinding",
5188+
"CreateImportBinding(envRec, N, M, N2)"
51975189
],
51985190
"localLinkingText": [],
51995191
"type": "abstract-op",
5200-
"for": [
5201-
"Module Environment Records"
5202-
],
5192+
"for": [],
52035193
"access": "public",
52045194
"informative": false,
52055195
"heading": {
52065196
"id": "sec-createimportbinding",
52075197
"href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-createimportbinding",
5208-
"title": "CreateImportBinding ( N, M, N2 )",
5198+
"title": "CreateImportBinding ( envRec, N, M, N2 )",
52095199
"number": "9.1.1.5.5"
52105200
},
52115201
"definedIn": "heading"

0 commit comments

Comments
 (0)