|
4582 | 4582 | "id": "sec-bindthisvalue", |
4583 | 4583 | "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-bindthisvalue", |
4584 | 4584 | "linkingText": [ |
4585 | | - "BindThisValue(V)" |
| 4585 | + "BindThisValue", |
| 4586 | + "BindThisValue(envRec, V)" |
4586 | 4587 | ], |
4587 | 4588 | "localLinkingText": [], |
4588 | 4589 | "type": "abstract-op", |
4589 | | - "for": [ |
4590 | | - "Function Environment Records" |
4591 | | - ], |
| 4590 | + "for": [], |
4592 | 4591 | "access": "public", |
4593 | 4592 | "informative": false, |
4594 | 4593 | "heading": { |
4595 | 4594 | "id": "sec-bindthisvalue", |
4596 | 4595 | "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-bindthisvalue", |
4597 | | - "title": "BindThisValue ( V )", |
| 4596 | + "title": "BindThisValue ( envRec, V )", |
4598 | 4597 | "number": "9.1.1.3.1" |
4599 | 4598 | }, |
4600 | 4599 | "definedIn": "heading" |
|
4666 | 4665 | "id": "sec-getsuperbase", |
4667 | 4666 | "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-getsuperbase", |
4668 | 4667 | "linkingText": [ |
4669 | | - "GetSuperBase()" |
| 4668 | + "GetSuperBase", |
| 4669 | + "GetSuperBase(envRec)" |
4670 | 4670 | ], |
4671 | 4671 | "localLinkingText": [], |
4672 | 4672 | "type": "abstract-op", |
4673 | | - "for": [ |
4674 | | - "Function Environment Records" |
4675 | | - ], |
| 4673 | + "for": [], |
4676 | 4674 | "access": "public", |
4677 | 4675 | "informative": false, |
4678 | 4676 | "heading": { |
4679 | 4677 | "id": "sec-getsuperbase", |
4680 | 4678 | "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-getsuperbase", |
4681 | | - "title": "GetSuperBase ( )", |
| 4679 | + "title": "GetSuperBase ( envRec )", |
4682 | 4680 | "number": "9.1.1.3.5" |
4683 | 4681 | }, |
4684 | 4682 | "definedIn": "heading" |
|
4940 | 4938 | "id": "sec-hasvardeclaration", |
4941 | 4939 | "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-hasvardeclaration", |
4942 | 4940 | "linkingText": [ |
4943 | | - "HasVarDeclaration(N)" |
| 4941 | + "HasVarDeclaration", |
| 4942 | + "HasVarDeclaration(envRec, N)" |
4944 | 4943 | ], |
4945 | 4944 | "localLinkingText": [], |
4946 | 4945 | "type": "abstract-op", |
4947 | | - "for": [ |
4948 | | - "Global Environment Records" |
4949 | | - ], |
| 4946 | + "for": [], |
4950 | 4947 | "access": "public", |
4951 | 4948 | "informative": false, |
4952 | 4949 | "heading": { |
4953 | 4950 | "id": "sec-hasvardeclaration", |
4954 | 4951 | "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-hasvardeclaration", |
4955 | | - "title": "HasVarDeclaration ( N )", |
| 4952 | + "title": "HasVarDeclaration ( envRec, N )", |
4956 | 4953 | "number": "9.1.1.4.12" |
4957 | 4954 | }, |
4958 | 4955 | "definedIn": "heading" |
|
4961 | 4958 | "id": "sec-haslexicaldeclaration", |
4962 | 4959 | "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-haslexicaldeclaration", |
4963 | 4960 | "linkingText": [ |
4964 | | - "HasLexicalDeclaration(N)" |
| 4961 | + "HasLexicalDeclaration", |
| 4962 | + "HasLexicalDeclaration(envRec, N)" |
4965 | 4963 | ], |
4966 | 4964 | "localLinkingText": [], |
4967 | 4965 | "type": "abstract-op", |
4968 | | - "for": [ |
4969 | | - "Global Environment Records" |
4970 | | - ], |
| 4966 | + "for": [], |
4971 | 4967 | "access": "public", |
4972 | 4968 | "informative": false, |
4973 | 4969 | "heading": { |
4974 | 4970 | "id": "sec-haslexicaldeclaration", |
4975 | 4971 | "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-haslexicaldeclaration", |
4976 | | - "title": "HasLexicalDeclaration ( N )", |
| 4972 | + "title": "HasLexicalDeclaration ( envRec, N )", |
4977 | 4973 | "number": "9.1.1.4.13" |
4978 | 4974 | }, |
4979 | 4975 | "definedIn": "heading" |
|
4982 | 4978 | "id": "sec-hasrestrictedglobalproperty", |
4983 | 4979 | "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-hasrestrictedglobalproperty", |
4984 | 4980 | "linkingText": [ |
4985 | | - "HasRestrictedGlobalProperty(N)" |
| 4981 | + "HasRestrictedGlobalProperty", |
| 4982 | + "HasRestrictedGlobalProperty(envRec, N)" |
4986 | 4983 | ], |
4987 | 4984 | "localLinkingText": [], |
4988 | 4985 | "type": "abstract-op", |
4989 | | - "for": [ |
4990 | | - "Global Environment Records" |
4991 | | - ], |
| 4986 | + "for": [], |
4992 | 4987 | "access": "public", |
4993 | 4988 | "informative": false, |
4994 | 4989 | "heading": { |
4995 | 4990 | "id": "sec-hasrestrictedglobalproperty", |
4996 | 4991 | "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-hasrestrictedglobalproperty", |
4997 | | - "title": "HasRestrictedGlobalProperty ( N )", |
| 4992 | + "title": "HasRestrictedGlobalProperty ( envRec, N )", |
4998 | 4993 | "number": "9.1.1.4.14" |
4999 | 4994 | }, |
5000 | 4995 | "definedIn": "heading" |
|
5003 | 4998 | "id": "sec-candeclareglobalvar", |
5004 | 4999 | "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-candeclareglobalvar", |
5005 | 5000 | "linkingText": [ |
5006 | | - "CanDeclareGlobalVar(N)" |
| 5001 | + "CanDeclareGlobalVar", |
| 5002 | + "CanDeclareGlobalVar(envRec, N)" |
5007 | 5003 | ], |
5008 | 5004 | "localLinkingText": [], |
5009 | 5005 | "type": "abstract-op", |
5010 | | - "for": [ |
5011 | | - "Global Environment Records" |
5012 | | - ], |
| 5006 | + "for": [], |
5013 | 5007 | "access": "public", |
5014 | 5008 | "informative": false, |
5015 | 5009 | "heading": { |
5016 | 5010 | "id": "sec-candeclareglobalvar", |
5017 | 5011 | "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-candeclareglobalvar", |
5018 | | - "title": "CanDeclareGlobalVar ( N )", |
| 5012 | + "title": "CanDeclareGlobalVar ( envRec, N )", |
5019 | 5013 | "number": "9.1.1.4.15" |
5020 | 5014 | }, |
5021 | 5015 | "definedIn": "heading" |
|
5024 | 5018 | "id": "sec-candeclareglobalfunction", |
5025 | 5019 | "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-candeclareglobalfunction", |
5026 | 5020 | "linkingText": [ |
5027 | | - "CanDeclareGlobalFunction(N)" |
| 5021 | + "CanDeclareGlobalFunction", |
| 5022 | + "CanDeclareGlobalFunction(envRec, N)" |
5028 | 5023 | ], |
5029 | 5024 | "localLinkingText": [], |
5030 | 5025 | "type": "abstract-op", |
5031 | | - "for": [ |
5032 | | - "Global Environment Records" |
5033 | | - ], |
| 5026 | + "for": [], |
5034 | 5027 | "access": "public", |
5035 | 5028 | "informative": false, |
5036 | 5029 | "heading": { |
5037 | 5030 | "id": "sec-candeclareglobalfunction", |
5038 | 5031 | "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-candeclareglobalfunction", |
5039 | | - "title": "CanDeclareGlobalFunction ( N )", |
| 5032 | + "title": "CanDeclareGlobalFunction ( envRec, N )", |
5040 | 5033 | "number": "9.1.1.4.16" |
5041 | 5034 | }, |
5042 | 5035 | "definedIn": "heading" |
|
5045 | 5038 | "id": "sec-createglobalvarbinding", |
5046 | 5039 | "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-createglobalvarbinding", |
5047 | 5040 | "linkingText": [ |
5048 | | - "CreateGlobalVarBinding(N, D)" |
| 5041 | + "CreateGlobalVarBinding", |
| 5042 | + "CreateGlobalVarBinding(envRec, N, D)" |
5049 | 5043 | ], |
5050 | 5044 | "localLinkingText": [], |
5051 | 5045 | "type": "abstract-op", |
5052 | | - "for": [ |
5053 | | - "Global Environment Records" |
5054 | | - ], |
| 5046 | + "for": [], |
5055 | 5047 | "access": "public", |
5056 | 5048 | "informative": false, |
5057 | 5049 | "heading": { |
5058 | 5050 | "id": "sec-createglobalvarbinding", |
5059 | 5051 | "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 )", |
5061 | 5053 | "number": "9.1.1.4.17" |
5062 | 5054 | }, |
5063 | 5055 | "definedIn": "heading" |
|
5066 | 5058 | "id": "sec-createglobalfunctionbinding", |
5067 | 5059 | "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-createglobalfunctionbinding", |
5068 | 5060 | "linkingText": [ |
5069 | | - "CreateGlobalFunctionBinding(N, V, D)" |
| 5061 | + "CreateGlobalFunctionBinding", |
| 5062 | + "CreateGlobalFunctionBinding(envRec, N, V, D)" |
5070 | 5063 | ], |
5071 | 5064 | "localLinkingText": [], |
5072 | 5065 | "type": "abstract-op", |
5073 | | - "for": [ |
5074 | | - "Global Environment Records" |
5075 | | - ], |
| 5066 | + "for": [], |
5076 | 5067 | "access": "public", |
5077 | 5068 | "informative": false, |
5078 | 5069 | "heading": { |
5079 | 5070 | "id": "sec-createglobalfunctionbinding", |
5080 | 5071 | "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 )", |
5082 | 5073 | "number": "9.1.1.4.18" |
5083 | 5074 | }, |
5084 | 5075 | "definedIn": "heading" |
|
5193 | 5184 | "id": "sec-createimportbinding", |
5194 | 5185 | "href": "https://tc39.es/ecma262/multipage/executable-code-and-execution-contexts.html#sec-createimportbinding", |
5195 | 5186 | "linkingText": [ |
5196 | | - "CreateImportBinding(N, M, N2)" |
| 5187 | + "CreateImportBinding", |
| 5188 | + "CreateImportBinding(envRec, N, M, N2)" |
5197 | 5189 | ], |
5198 | 5190 | "localLinkingText": [], |
5199 | 5191 | "type": "abstract-op", |
5200 | | - "for": [ |
5201 | | - "Module Environment Records" |
5202 | | - ], |
| 5192 | + "for": [], |
5203 | 5193 | "access": "public", |
5204 | 5194 | "informative": false, |
5205 | 5195 | "heading": { |
5206 | 5196 | "id": "sec-createimportbinding", |
5207 | 5197 | "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 )", |
5209 | 5199 | "number": "9.1.1.5.5" |
5210 | 5200 | }, |
5211 | 5201 | "definedIn": "heading" |
|
0 commit comments