| Leo Repp | 58b9f11 | 2021-11-22 11:57:47 +0100 | [diff] [blame^] | 1 | 'use strict'; |
| 2 | |
| 3 | module.exports = { |
| 4 | abs: 'https://262.ecma-international.org/11.0/#eqn-abs', |
| 5 | 'Abstract Equality Comparison': 'https://262.ecma-international.org/11.0/#sec-abstract-equality-comparison', |
| 6 | 'Abstract Relational Comparison': 'https://262.ecma-international.org/11.0/#sec-abstract-relational-comparison', |
| 7 | AddEntriesFromIterable: 'https://262.ecma-international.org/11.0/#sec-add-entries-from-iterable', |
| 8 | AddRestrictedFunctionProperties: 'https://262.ecma-international.org/11.0/#sec-addrestrictedfunctionproperties', |
| 9 | AddWaiter: 'https://262.ecma-international.org/11.0/#sec-addwaiter', |
| 10 | AdvanceStringIndex: 'https://262.ecma-international.org/11.0/#sec-advancestringindex', |
| 11 | 'agent-order': 'https://262.ecma-international.org/11.0/#sec-agent-order', |
| 12 | AgentCanSuspend: 'https://262.ecma-international.org/11.0/#sec-agentcansuspend', |
| 13 | AgentSignifier: 'https://262.ecma-international.org/11.0/#sec-agentsignifier', |
| 14 | AllocateArrayBuffer: 'https://262.ecma-international.org/11.0/#sec-allocatearraybuffer', |
| 15 | AllocateSharedArrayBuffer: 'https://262.ecma-international.org/11.0/#sec-allocatesharedarraybuffer', |
| 16 | AllocateTypedArray: 'https://262.ecma-international.org/11.0/#sec-allocatetypedarray', |
| 17 | AllocateTypedArrayBuffer: 'https://262.ecma-international.org/11.0/#sec-allocatetypedarraybuffer', |
| 18 | ArrayCreate: 'https://262.ecma-international.org/11.0/#sec-arraycreate', |
| 19 | ArraySetLength: 'https://262.ecma-international.org/11.0/#sec-arraysetlength', |
| 20 | ArraySpeciesCreate: 'https://262.ecma-international.org/11.0/#sec-arrayspeciescreate', |
| 21 | AsyncFromSyncIteratorContinuation: 'https://262.ecma-international.org/11.0/#sec-asyncfromsynciteratorcontinuation', |
| 22 | AsyncFunctionStart: 'https://262.ecma-international.org/11.0/#sec-async-functions-abstract-operations-async-function-start', |
| 23 | AsyncGeneratorEnqueue: 'https://262.ecma-international.org/11.0/#sec-asyncgeneratorenqueue', |
| 24 | AsyncGeneratorReject: 'https://262.ecma-international.org/11.0/#sec-asyncgeneratorreject', |
| 25 | AsyncGeneratorResolve: 'https://262.ecma-international.org/11.0/#sec-asyncgeneratorresolve', |
| 26 | AsyncGeneratorResumeNext: 'https://262.ecma-international.org/11.0/#sec-asyncgeneratorresumenext', |
| 27 | AsyncGeneratorStart: 'https://262.ecma-international.org/11.0/#sec-asyncgeneratorstart', |
| 28 | AsyncGeneratorYield: 'https://262.ecma-international.org/11.0/#sec-asyncgeneratoryield', |
| 29 | AsyncIteratorClose: 'https://262.ecma-international.org/11.0/#sec-asynciteratorclose', |
| 30 | AtomicLoad: 'https://262.ecma-international.org/11.0/#sec-atomicload', |
| 31 | AtomicReadModifyWrite: 'https://262.ecma-international.org/11.0/#sec-atomicreadmodifywrite', |
| 32 | Await: 'https://262.ecma-international.org/11.0/#await', |
| 33 | BackreferenceMatcher: 'https://262.ecma-international.org/11.0/#sec-backreference-matcher', |
| 34 | 'BigInt::add': 'https://262.ecma-international.org/11.0/#sec-numeric-types-bigint-add', |
| 35 | 'BigInt::bitwiseAND': 'https://262.ecma-international.org/11.0/#sec-numeric-types-bigint-bitwiseAND', |
| 36 | 'BigInt::bitwiseNOT': 'https://262.ecma-international.org/11.0/#sec-numeric-types-bigint-bitwiseNOT', |
| 37 | 'BigInt::bitwiseOR': 'https://262.ecma-international.org/11.0/#sec-numeric-types-bigint-bitwiseOR', |
| 38 | 'BigInt::bitwiseXOR': 'https://262.ecma-international.org/11.0/#sec-numeric-types-bigint-bitwiseXOR', |
| 39 | 'BigInt::divide': 'https://262.ecma-international.org/11.0/#sec-numeric-types-bigint-divide', |
| 40 | 'BigInt::equal': 'https://262.ecma-international.org/11.0/#sec-numeric-types-bigint-equal', |
| 41 | 'BigInt::exponentiate': 'https://262.ecma-international.org/11.0/#sec-numeric-types-bigint-exponentiate', |
| 42 | 'BigInt::leftShift': 'https://262.ecma-international.org/11.0/#sec-numeric-types-bigint-leftShift', |
| 43 | 'BigInt::lessThan': 'https://262.ecma-international.org/11.0/#sec-numeric-types-bigint-lessThan', |
| 44 | 'BigInt::multiply': 'https://262.ecma-international.org/11.0/#sec-numeric-types-bigint-multiply', |
| 45 | 'BigInt::remainder': 'https://262.ecma-international.org/11.0/#sec-numeric-types-bigint-remainder', |
| 46 | 'BigInt::sameValue': 'https://262.ecma-international.org/11.0/#sec-numeric-types-bigint-sameValue', |
| 47 | 'BigInt::sameValueZero': 'https://262.ecma-international.org/11.0/#sec-numeric-types-bigint-sameValueZero', |
| 48 | 'BigInt::signedRightShift': 'https://262.ecma-international.org/11.0/#sec-numeric-types-bigint-signedRightShift', |
| 49 | 'BigInt::subtract': 'https://262.ecma-international.org/11.0/#sec-numeric-types-bigint-subtract', |
| 50 | 'BigInt::toString': 'https://262.ecma-international.org/11.0/#sec-numeric-types-bigint-tostring', |
| 51 | 'BigInt::unaryMinus': 'https://262.ecma-international.org/11.0/#sec-numeric-types-bigint-unaryMinus', |
| 52 | 'BigInt::unsignedRightShift': 'https://262.ecma-international.org/11.0/#sec-numeric-types-bigint-unsignedRightShift', |
| 53 | BigIntBitwiseOp: 'https://262.ecma-international.org/11.0/#sec-bigintbitwiseop', |
| 54 | BinaryAnd: 'https://262.ecma-international.org/11.0/#sec-binaryand', |
| 55 | BinaryOr: 'https://262.ecma-international.org/11.0/#sec-binaryor', |
| 56 | BinaryXor: 'https://262.ecma-international.org/11.0/#sec-binaryxor', |
| 57 | BlockDeclarationInstantiation: 'https://262.ecma-international.org/11.0/#sec-blockdeclarationinstantiation', |
| 58 | BoundFunctionCreate: 'https://262.ecma-international.org/11.0/#sec-boundfunctioncreate', |
| 59 | Call: 'https://262.ecma-international.org/11.0/#sec-call', |
| 60 | Canonicalize: 'https://262.ecma-international.org/11.0/#sec-runtime-semantics-canonicalize-ch', |
| 61 | CanonicalNumericIndexString: 'https://262.ecma-international.org/11.0/#sec-canonicalnumericindexstring', |
| 62 | CaseClauseIsSelected: 'https://262.ecma-international.org/11.0/#sec-runtime-semantics-caseclauseisselected', |
| 63 | CharacterRange: 'https://262.ecma-international.org/11.0/#sec-runtime-semantics-characterrange-abstract-operation', |
| 64 | CharacterRangeOrUnion: 'https://262.ecma-international.org/11.0/#sec-runtime-semantics-characterrangeorunion-abstract-operation', |
| 65 | CharacterSetMatcher: 'https://262.ecma-international.org/11.0/#sec-runtime-semantics-charactersetmatcher-abstract-operation', |
| 66 | CloneArrayBuffer: 'https://262.ecma-international.org/11.0/#sec-clonearraybuffer', |
| 67 | CodePointAt: 'https://262.ecma-international.org/11.0/#sec-codepointat', |
| 68 | CompletePropertyDescriptor: 'https://262.ecma-international.org/11.0/#sec-completepropertydescriptor', |
| 69 | Completion: 'https://262.ecma-international.org/11.0/#sec-completion-record-specification-type', |
| 70 | ComposeWriteEventBytes: 'https://262.ecma-international.org/11.0/#sec-composewriteeventbytes', |
| 71 | Construct: 'https://262.ecma-international.org/11.0/#sec-construct', |
| 72 | CopyDataBlockBytes: 'https://262.ecma-international.org/11.0/#sec-copydatablockbytes', |
| 73 | CopyDataProperties: 'https://262.ecma-international.org/11.0/#sec-copydataproperties', |
| 74 | CreateArrayFromList: 'https://262.ecma-international.org/11.0/#sec-createarrayfromlist', |
| 75 | CreateArrayIterator: 'https://262.ecma-international.org/11.0/#sec-createarrayiterator', |
| 76 | CreateAsyncFromSyncIterator: 'https://262.ecma-international.org/11.0/#sec-createasyncfromsynciterator', |
| 77 | CreateBuiltinFunction: 'https://262.ecma-international.org/11.0/#sec-createbuiltinfunction', |
| 78 | CreateByteDataBlock: 'https://262.ecma-international.org/11.0/#sec-createbytedatablock', |
| 79 | CreateDataProperty: 'https://262.ecma-international.org/11.0/#sec-createdataproperty', |
| 80 | CreateDataPropertyOrThrow: 'https://262.ecma-international.org/11.0/#sec-createdatapropertyorthrow', |
| 81 | CreateDynamicFunction: 'https://262.ecma-international.org/11.0/#sec-createdynamicfunction', |
| 82 | CreateForInIterator: 'https://262.ecma-international.org/11.0/#sec-createforiniterator', |
| 83 | CreateHTML: 'https://262.ecma-international.org/11.0/#sec-createhtml', |
| 84 | CreateIntrinsics: 'https://262.ecma-international.org/11.0/#sec-createintrinsics', |
| 85 | CreateIterResultObject: 'https://262.ecma-international.org/11.0/#sec-createiterresultobject', |
| 86 | CreateListFromArrayLike: 'https://262.ecma-international.org/11.0/#sec-createlistfromarraylike', |
| 87 | CreateListIteratorRecord: 'https://262.ecma-international.org/11.0/#sec-createlistiteratorRecord', |
| 88 | CreateMapIterator: 'https://262.ecma-international.org/11.0/#sec-createmapiterator', |
| 89 | CreateMappedArgumentsObject: 'https://262.ecma-international.org/11.0/#sec-createmappedargumentsobject', |
| 90 | CreateMethodProperty: 'https://262.ecma-international.org/11.0/#sec-createmethodproperty', |
| 91 | CreatePerIterationEnvironment: 'https://262.ecma-international.org/11.0/#sec-createperiterationenvironment', |
| 92 | CreateRealm: 'https://262.ecma-international.org/11.0/#sec-createrealm', |
| 93 | CreateRegExpStringIterator: 'https://262.ecma-international.org/11.0/#sec-createregexpstringiterator', |
| 94 | CreateResolvingFunctions: 'https://262.ecma-international.org/11.0/#sec-createresolvingfunctions', |
| 95 | CreateSetIterator: 'https://262.ecma-international.org/11.0/#sec-createsetiterator', |
| 96 | CreateSharedByteDataBlock: 'https://262.ecma-international.org/11.0/#sec-createsharedbytedatablock', |
| 97 | CreateStringIterator: 'https://262.ecma-international.org/11.0/#sec-createstringiterator', |
| 98 | CreateUnmappedArgumentsObject: 'https://262.ecma-international.org/11.0/#sec-createunmappedargumentsobject', |
| 99 | DateFromTime: 'https://262.ecma-international.org/11.0/#sec-date-number', |
| 100 | DateString: 'https://262.ecma-international.org/11.0/#sec-datestring', |
| 101 | Day: 'https://262.ecma-international.org/11.0/#eqn-Day', |
| 102 | DayFromYear: 'https://262.ecma-international.org/11.0/#eqn-DaysFromYear', |
| 103 | DaysInYear: 'https://262.ecma-international.org/11.0/#eqn-DaysInYear', |
| 104 | DayWithinYear: 'https://262.ecma-international.org/11.0/#eqn-DayWithinYear', |
| 105 | Decode: 'https://262.ecma-international.org/11.0/#sec-decode', |
| 106 | DefinePropertyOrThrow: 'https://262.ecma-international.org/11.0/#sec-definepropertyorthrow', |
| 107 | DeletePropertyOrThrow: 'https://262.ecma-international.org/11.0/#sec-deletepropertyorthrow', |
| 108 | DetachArrayBuffer: 'https://262.ecma-international.org/11.0/#sec-detacharraybuffer', |
| 109 | Encode: 'https://262.ecma-international.org/11.0/#sec-encode', |
| 110 | EnterCriticalSection: 'https://262.ecma-international.org/11.0/#sec-entercriticalsection', |
| 111 | EnumerableOwnPropertyNames: 'https://262.ecma-international.org/11.0/#sec-enumerableownpropertynames', |
| 112 | EnumerateObjectProperties: 'https://262.ecma-international.org/11.0/#sec-enumerate-object-properties', |
| 113 | EscapeRegExpPattern: 'https://262.ecma-international.org/11.0/#sec-escaperegexppattern', |
| 114 | EvalDeclarationInstantiation: 'https://262.ecma-international.org/11.0/#sec-evaldeclarationinstantiation', |
| 115 | EvaluateCall: 'https://262.ecma-international.org/11.0/#sec-evaluatecall', |
| 116 | EvaluateNew: 'https://262.ecma-international.org/11.0/#sec-evaluatenew', |
| 117 | EvaluatePropertyAccessWithExpressionKey: 'https://262.ecma-international.org/11.0/#sec-evaluate-property-access-with-expression-key', |
| 118 | EvaluatePropertyAccessWithIdentifierKey: 'https://262.ecma-international.org/11.0/#sec-evaluate-property-access-with-identifier-key', |
| 119 | EventSet: 'https://262.ecma-international.org/11.0/#sec-event-set', |
| 120 | ExecuteModule: 'https://262.ecma-international.org/11.0/#sec-source-text-module-record-execute-module', |
| 121 | FinishDynamicImport: 'https://262.ecma-international.org/11.0/#sec-finishdynamicimport', |
| 122 | FlattenIntoArray: 'https://262.ecma-international.org/11.0/#sec-flattenintoarray', |
| 123 | floor: 'https://262.ecma-international.org/11.0/#eqn-floor', |
| 124 | ForBodyEvaluation: 'https://262.ecma-international.org/11.0/#sec-forbodyevaluation', |
| 125 | 'ForIn/OfBodyEvaluation': 'https://262.ecma-international.org/11.0/#sec-runtime-semantics-forin-div-ofbodyevaluation-lhs-stmt-iterator-lhskind-labelset', |
| 126 | 'ForIn/OfHeadEvaluation': 'https://262.ecma-international.org/11.0/#sec-runtime-semantics-forinofheadevaluation', |
| 127 | FromPropertyDescriptor: 'https://262.ecma-international.org/11.0/#sec-frompropertydescriptor', |
| 128 | FulfillPromise: 'https://262.ecma-international.org/11.0/#sec-fulfillpromise', |
| 129 | FunctionDeclarationInstantiation: 'https://262.ecma-international.org/11.0/#sec-functiondeclarationinstantiation', |
| 130 | GeneratorResume: 'https://262.ecma-international.org/11.0/#sec-generatorresume', |
| 131 | GeneratorResumeAbrupt: 'https://262.ecma-international.org/11.0/#sec-generatorresumeabrupt', |
| 132 | GeneratorStart: 'https://262.ecma-international.org/11.0/#sec-generatorstart', |
| 133 | GeneratorValidate: 'https://262.ecma-international.org/11.0/#sec-generatorvalidate', |
| 134 | GeneratorYield: 'https://262.ecma-international.org/11.0/#sec-generatoryield', |
| 135 | Get: 'https://262.ecma-international.org/11.0/#sec-get-o-p', |
| 136 | GetActiveScriptOrModule: 'https://262.ecma-international.org/11.0/#sec-getactivescriptormodule', |
| 137 | GetBase: 'https://262.ecma-international.org/11.0/#sec-getbase', |
| 138 | GetFunctionRealm: 'https://262.ecma-international.org/11.0/#sec-getfunctionrealm', |
| 139 | GetGeneratorKind: 'https://262.ecma-international.org/11.0/#sec-getgeneratorkind', |
| 140 | GetGlobalObject: 'https://262.ecma-international.org/11.0/#sec-getglobalobject', |
| 141 | GetIdentifierReference: 'https://262.ecma-international.org/11.0/#sec-getidentifierreference', |
| 142 | GetIterator: 'https://262.ecma-international.org/11.0/#sec-getiterator', |
| 143 | GetMethod: 'https://262.ecma-international.org/11.0/#sec-getmethod', |
| 144 | GetModifySetValueInBuffer: 'https://262.ecma-international.org/11.0/#sec-getmodifysetvalueinbuffer', |
| 145 | GetModuleNamespace: 'https://262.ecma-international.org/11.0/#sec-getmodulenamespace', |
| 146 | GetNewTarget: 'https://262.ecma-international.org/11.0/#sec-getnewtarget', |
| 147 | GetOwnPropertyKeys: 'https://262.ecma-international.org/11.0/#sec-getownpropertykeys', |
| 148 | GetPrototypeFromConstructor: 'https://262.ecma-international.org/11.0/#sec-getprototypefromconstructor', |
| 149 | GetReferencedName: 'https://262.ecma-international.org/11.0/#sec-getreferencedname', |
| 150 | GetSubstitution: 'https://262.ecma-international.org/11.0/#sec-getsubstitution', |
| 151 | GetSuperConstructor: 'https://262.ecma-international.org/11.0/#sec-getsuperconstructor', |
| 152 | GetTemplateObject: 'https://262.ecma-international.org/11.0/#sec-gettemplateobject', |
| 153 | GetThisEnvironment: 'https://262.ecma-international.org/11.0/#sec-getthisenvironment', |
| 154 | GetThisValue: 'https://262.ecma-international.org/11.0/#sec-getthisvalue', |
| 155 | GetV: 'https://262.ecma-international.org/11.0/#sec-getv', |
| 156 | GetValue: 'https://262.ecma-international.org/11.0/#sec-getvalue', |
| 157 | GetValueFromBuffer: 'https://262.ecma-international.org/11.0/#sec-getvaluefrombuffer', |
| 158 | GetViewValue: 'https://262.ecma-international.org/11.0/#sec-getviewvalue', |
| 159 | GetWaiterList: 'https://262.ecma-international.org/11.0/#sec-getwaiterlist', |
| 160 | GlobalDeclarationInstantiation: 'https://262.ecma-international.org/11.0/#sec-globaldeclarationinstantiation', |
| 161 | 'happens-before': 'https://262.ecma-international.org/11.0/#sec-happens-before', |
| 162 | HasOwnProperty: 'https://262.ecma-international.org/11.0/#sec-hasownproperty', |
| 163 | HasPrimitiveBase: 'https://262.ecma-international.org/11.0/#sec-hasprimitivebase', |
| 164 | HasProperty: 'https://262.ecma-international.org/11.0/#sec-hasproperty', |
| 165 | 'host-synchronizes-with': 'https://262.ecma-international.org/11.0/#sec-host-synchronizes-with', |
| 166 | HostEnqueuePromiseJob: 'https://262.ecma-international.org/11.0/#sec-hostenqueuepromisejob', |
| 167 | HostEnsureCanCompileStrings: 'https://262.ecma-international.org/11.0/#sec-hostensurecancompilestrings', |
| 168 | HostEventSet: 'https://262.ecma-international.org/11.0/#sec-hosteventset', |
| 169 | HostFinalizeImportMeta: 'https://262.ecma-international.org/11.0/#sec-hostfinalizeimportmeta', |
| 170 | HostGetImportMetaProperties: 'https://262.ecma-international.org/11.0/#sec-hostgetimportmetaproperties', |
| 171 | HostImportModuleDynamically: 'https://262.ecma-international.org/11.0/#sec-hostimportmoduledynamically', |
| 172 | HostPromiseRejectionTracker: 'https://262.ecma-international.org/11.0/#sec-host-promise-rejection-tracker', |
| 173 | HostResolveImportedModule: 'https://262.ecma-international.org/11.0/#sec-hostresolveimportedmodule', |
| 174 | HourFromTime: 'https://262.ecma-international.org/11.0/#eqn-HourFromTime', |
| 175 | IfAbruptRejectPromise: 'https://262.ecma-international.org/11.0/#sec-ifabruptrejectpromise', |
| 176 | ImportedLocalNames: 'https://262.ecma-international.org/11.0/#sec-importedlocalnames', |
| 177 | InitializeBoundName: 'https://262.ecma-international.org/11.0/#sec-initializeboundname', |
| 178 | InitializeEnvironment: 'https://262.ecma-international.org/11.0/#sec-source-text-module-record-initialize-environment', |
| 179 | InitializeHostDefinedRealm: 'https://262.ecma-international.org/11.0/#sec-initializehostdefinedrealm', |
| 180 | InitializeReferencedBinding: 'https://262.ecma-international.org/11.0/#sec-initializereferencedbinding', |
| 181 | InLeapYear: 'https://262.ecma-international.org/11.0/#eqn-InLeapYear', |
| 182 | InnerModuleEvaluation: 'https://262.ecma-international.org/11.0/#sec-innermoduleevaluation', |
| 183 | InnerModuleLinking: 'https://262.ecma-international.org/11.0/#sec-InnerModuleLinking', |
| 184 | InstanceofOperator: 'https://262.ecma-international.org/11.0/#sec-instanceofoperator', |
| 185 | IntegerIndexedElementGet: 'https://262.ecma-international.org/11.0/#sec-integerindexedelementget', |
| 186 | IntegerIndexedElementSet: 'https://262.ecma-international.org/11.0/#sec-integerindexedelementset', |
| 187 | IntegerIndexedObjectCreate: 'https://262.ecma-international.org/11.0/#sec-integerindexedobjectcreate', |
| 188 | InternalizeJSONProperty: 'https://262.ecma-international.org/11.0/#sec-internalizejsonproperty', |
| 189 | Invoke: 'https://262.ecma-international.org/11.0/#sec-invoke', |
| 190 | IsAccessorDescriptor: 'https://262.ecma-international.org/11.0/#sec-isaccessordescriptor', |
| 191 | IsAnonymousFunctionDefinition: 'https://262.ecma-international.org/11.0/#sec-isanonymousfunctiondefinition', |
| 192 | IsArray: 'https://262.ecma-international.org/11.0/#sec-isarray', |
| 193 | IsBigIntElementType: 'https://262.ecma-international.org/11.0/#sec-isbigintelementtype', |
| 194 | IsCallable: 'https://262.ecma-international.org/11.0/#sec-iscallable', |
| 195 | IsCompatiblePropertyDescriptor: 'https://262.ecma-international.org/11.0/#sec-iscompatiblepropertydescriptor', |
| 196 | IsConcatSpreadable: 'https://262.ecma-international.org/11.0/#sec-isconcatspreadable', |
| 197 | IsConstructor: 'https://262.ecma-international.org/11.0/#sec-isconstructor', |
| 198 | IsDataDescriptor: 'https://262.ecma-international.org/11.0/#sec-isdatadescriptor', |
| 199 | IsDetachedBuffer: 'https://262.ecma-international.org/11.0/#sec-isdetachedbuffer', |
| 200 | IsExtensible: 'https://262.ecma-international.org/11.0/#sec-isextensible-o', |
| 201 | IsGenericDescriptor: 'https://262.ecma-international.org/11.0/#sec-isgenericdescriptor', |
| 202 | IsInTailPosition: 'https://262.ecma-international.org/11.0/#sec-isintailposition', |
| 203 | IsInteger: 'https://262.ecma-international.org/11.0/#sec-isinteger', |
| 204 | IsLabelledFunction: 'https://262.ecma-international.org/11.0/#sec-islabelledfunction', |
| 205 | IsNonNegativeInteger: 'https://262.ecma-international.org/11.0/#sec-isnonnegativeinteger', |
| 206 | IsNoTearConfiguration: 'https://262.ecma-international.org/11.0/#sec-isnotearconfiguration', |
| 207 | IsPromise: 'https://262.ecma-international.org/11.0/#sec-ispromise', |
| 208 | IsPropertyKey: 'https://262.ecma-international.org/11.0/#sec-ispropertykey', |
| 209 | IsPropertyReference: 'https://262.ecma-international.org/11.0/#sec-ispropertyreference', |
| 210 | IsRegExp: 'https://262.ecma-international.org/11.0/#sec-isregexp', |
| 211 | IsSharedArrayBuffer: 'https://262.ecma-international.org/11.0/#sec-issharedarraybuffer', |
| 212 | IsStrictReference: 'https://262.ecma-international.org/11.0/#sec-isstrictreference', |
| 213 | IsStringPrefix: 'https://262.ecma-international.org/11.0/#sec-isstringprefix', |
| 214 | IsSuperReference: 'https://262.ecma-international.org/11.0/#sec-issuperreference', |
| 215 | IsUnclampedIntegerElementType: 'https://262.ecma-international.org/11.0/#sec-isunclampedintegerelementtype', |
| 216 | IsUnresolvableReference: 'https://262.ecma-international.org/11.0/#sec-isunresolvablereference', |
| 217 | IsUnsignedElementType: 'https://262.ecma-international.org/11.0/#sec-isunsignedelementtype', |
| 218 | IsValidIntegerIndex: 'https://262.ecma-international.org/11.0/#sec-isvalidintegerindex', |
| 219 | IsValidRegularExpressionLiteral: 'https://262.ecma-international.org/11.0/#sec-isvalidregularexpressionliteral', |
| 220 | IsWordChar: 'https://262.ecma-international.org/11.0/#sec-runtime-semantics-iswordchar-abstract-operation', |
| 221 | IterableToList: 'https://262.ecma-international.org/11.0/#sec-iterabletolist', |
| 222 | IteratorClose: 'https://262.ecma-international.org/11.0/#sec-iteratorclose', |
| 223 | IteratorComplete: 'https://262.ecma-international.org/11.0/#sec-iteratorcomplete', |
| 224 | IteratorNext: 'https://262.ecma-international.org/11.0/#sec-iteratornext', |
| 225 | IteratorStep: 'https://262.ecma-international.org/11.0/#sec-iteratorstep', |
| 226 | IteratorValue: 'https://262.ecma-international.org/11.0/#sec-iteratorvalue', |
| 227 | LeaveCriticalSection: 'https://262.ecma-international.org/11.0/#sec-leavecriticalsection', |
| 228 | LengthOfArrayLike: 'https://262.ecma-international.org/11.0/#sec-lengthofarraylike', |
| 229 | LocalTime: 'https://262.ecma-international.org/11.0/#sec-localtime', |
| 230 | LocalTZA: 'https://262.ecma-international.org/11.0/#sec-local-time-zone-adjustment', |
| 231 | LoopContinues: 'https://262.ecma-international.org/11.0/#sec-loopcontinues', |
| 232 | MakeArgGetter: 'https://262.ecma-international.org/11.0/#sec-makearggetter', |
| 233 | MakeArgSetter: 'https://262.ecma-international.org/11.0/#sec-makeargsetter', |
| 234 | MakeBasicObject: 'https://262.ecma-international.org/11.0/#sec-makebasicobject', |
| 235 | MakeClassConstructor: 'https://262.ecma-international.org/11.0/#sec-makeclassconstructor', |
| 236 | MakeConstructor: 'https://262.ecma-international.org/11.0/#sec-makeconstructor', |
| 237 | MakeDate: 'https://262.ecma-international.org/11.0/#sec-makedate', |
| 238 | MakeDay: 'https://262.ecma-international.org/11.0/#sec-makeday', |
| 239 | MakeMethod: 'https://262.ecma-international.org/11.0/#sec-makemethod', |
| 240 | MakeSuperPropertyReference: 'https://262.ecma-international.org/11.0/#sec-makesuperpropertyreference', |
| 241 | MakeTime: 'https://262.ecma-international.org/11.0/#sec-maketime', |
| 242 | max: 'https://262.ecma-international.org/11.0/#eqn-max', |
| 243 | 'memory-order': 'https://262.ecma-international.org/11.0/#sec-memory-order', |
| 244 | min: 'https://262.ecma-international.org/11.0/#eqn-min', |
| 245 | MinFromTime: 'https://262.ecma-international.org/11.0/#eqn-MinFromTime', |
| 246 | ModuleNamespaceCreate: 'https://262.ecma-international.org/11.0/#sec-modulenamespacecreate', |
| 247 | modulo: 'https://262.ecma-international.org/11.0/#eqn-modulo', |
| 248 | MonthFromTime: 'https://262.ecma-international.org/11.0/#eqn-MonthFromTime', |
| 249 | msFromTime: 'https://262.ecma-international.org/11.0/#eqn-msFromTime', |
| 250 | NewDeclarativeEnvironment: 'https://262.ecma-international.org/11.0/#sec-newdeclarativeenvironment', |
| 251 | NewFunctionEnvironment: 'https://262.ecma-international.org/11.0/#sec-newfunctionenvironment', |
| 252 | NewGlobalEnvironment: 'https://262.ecma-international.org/11.0/#sec-newglobalenvironment', |
| 253 | NewModuleEnvironment: 'https://262.ecma-international.org/11.0/#sec-newmoduleenvironment', |
| 254 | NewObjectEnvironment: 'https://262.ecma-international.org/11.0/#sec-newobjectenvironment', |
| 255 | NewPromiseCapability: 'https://262.ecma-international.org/11.0/#sec-newpromisecapability', |
| 256 | NewPromiseReactionJob: 'https://262.ecma-international.org/11.0/#sec-newpromisereactionjob', |
| 257 | NewPromiseResolveThenableJob: 'https://262.ecma-international.org/11.0/#sec-newpromiseresolvethenablejob', |
| 258 | NormalCompletion: 'https://262.ecma-international.org/11.0/#sec-normalcompletion', |
| 259 | NotifyWaiter: 'https://262.ecma-international.org/11.0/#sec-notifywaiter', |
| 260 | 'Number::add': 'https://262.ecma-international.org/11.0/#sec-numeric-types-number-add', |
| 261 | 'Number::bitwiseAND': 'https://262.ecma-international.org/11.0/#sec-numeric-types-number-bitwiseAND', |
| 262 | 'Number::bitwiseNOT': 'https://262.ecma-international.org/11.0/#sec-numeric-types-number-bitwiseNOT', |
| 263 | 'Number::bitwiseOR': 'https://262.ecma-international.org/11.0/#sec-numeric-types-number-bitwiseOR', |
| 264 | 'Number::bitwiseXOR': 'https://262.ecma-international.org/11.0/#sec-numeric-types-number-bitwiseXOR', |
| 265 | 'Number::divide': 'https://262.ecma-international.org/11.0/#sec-numeric-types-number-divide', |
| 266 | 'Number::equal': 'https://262.ecma-international.org/11.0/#sec-numeric-types-number-equal', |
| 267 | 'Number::exponentiate': 'https://262.ecma-international.org/11.0/#sec-numeric-types-number-exponentiate', |
| 268 | 'Number::leftShift': 'https://262.ecma-international.org/11.0/#sec-numeric-types-number-leftShift', |
| 269 | 'Number::lessThan': 'https://262.ecma-international.org/11.0/#sec-numeric-types-number-lessThan', |
| 270 | 'Number::multiply': 'https://262.ecma-international.org/11.0/#sec-numeric-types-number-multiply', |
| 271 | 'Number::remainder': 'https://262.ecma-international.org/11.0/#sec-numeric-types-number-remainder', |
| 272 | 'Number::sameValue': 'https://262.ecma-international.org/11.0/#sec-numeric-types-number-sameValue', |
| 273 | 'Number::sameValueZero': 'https://262.ecma-international.org/11.0/#sec-numeric-types-number-sameValueZero', |
| 274 | 'Number::signedRightShift': 'https://262.ecma-international.org/11.0/#sec-numeric-types-number-signedRightShift', |
| 275 | 'Number::subtract': 'https://262.ecma-international.org/11.0/#sec-numeric-types-number-subtract', |
| 276 | 'Number::toString': 'https://262.ecma-international.org/11.0/#sec-numeric-types-number-tostring', |
| 277 | 'Number::unaryMinus': 'https://262.ecma-international.org/11.0/#sec-numeric-types-number-unaryMinus', |
| 278 | 'Number::unsignedRightShift': 'https://262.ecma-international.org/11.0/#sec-numeric-types-number-unsignedRightShift', |
| 279 | NumberBitwiseOp: 'https://262.ecma-international.org/11.0/#sec-numberbitwiseop', |
| 280 | NumberToBigInt: 'https://262.ecma-international.org/11.0/#sec-numbertobigint', |
| 281 | NumericToRawBytes: 'https://262.ecma-international.org/11.0/#sec-numerictorawbytes', |
| 282 | ObjectDefineProperties: 'https://262.ecma-international.org/11.0/#sec-objectdefineproperties', |
| 283 | OrdinaryCallBindThis: 'https://262.ecma-international.org/11.0/#sec-ordinarycallbindthis', |
| 284 | OrdinaryCallEvaluateBody: 'https://262.ecma-international.org/11.0/#sec-ordinarycallevaluatebody', |
| 285 | OrdinaryCreateFromConstructor: 'https://262.ecma-international.org/11.0/#sec-ordinarycreatefromconstructor', |
| 286 | OrdinaryDefineOwnProperty: 'https://262.ecma-international.org/11.0/#sec-ordinarydefineownproperty', |
| 287 | OrdinaryDelete: 'https://262.ecma-international.org/11.0/#sec-ordinarydelete', |
| 288 | OrdinaryFunctionCreate: 'https://262.ecma-international.org/11.0/#sec-ordinaryfunctioncreate', |
| 289 | OrdinaryGet: 'https://262.ecma-international.org/11.0/#sec-ordinaryget', |
| 290 | OrdinaryGetOwnProperty: 'https://262.ecma-international.org/11.0/#sec-ordinarygetownproperty', |
| 291 | OrdinaryGetPrototypeOf: 'https://262.ecma-international.org/11.0/#sec-ordinarygetprototypeof', |
| 292 | OrdinaryHasInstance: 'https://262.ecma-international.org/11.0/#sec-ordinaryhasinstance', |
| 293 | OrdinaryHasProperty: 'https://262.ecma-international.org/11.0/#sec-ordinaryhasproperty', |
| 294 | OrdinaryIsExtensible: 'https://262.ecma-international.org/11.0/#sec-ordinaryisextensible', |
| 295 | OrdinaryObjectCreate: 'https://262.ecma-international.org/11.0/#sec-ordinaryobjectcreate', |
| 296 | OrdinaryOwnPropertyKeys: 'https://262.ecma-international.org/11.0/#sec-ordinaryownpropertykeys', |
| 297 | OrdinaryPreventExtensions: 'https://262.ecma-international.org/11.0/#sec-ordinarypreventextensions', |
| 298 | OrdinarySet: 'https://262.ecma-international.org/11.0/#sec-ordinaryset', |
| 299 | OrdinarySetPrototypeOf: 'https://262.ecma-international.org/11.0/#sec-ordinarysetprototypeof', |
| 300 | OrdinarySetWithOwnDescriptor: 'https://262.ecma-international.org/11.0/#sec-ordinarysetwithowndescriptor', |
| 301 | OrdinaryToPrimitive: 'https://262.ecma-international.org/11.0/#sec-ordinarytoprimitive', |
| 302 | ParseModule: 'https://262.ecma-international.org/11.0/#sec-parsemodule', |
| 303 | ParseScript: 'https://262.ecma-international.org/11.0/#sec-parse-script', |
| 304 | PerformEval: 'https://262.ecma-international.org/11.0/#sec-performeval', |
| 305 | PerformPromiseAll: 'https://262.ecma-international.org/11.0/#sec-performpromiseall', |
| 306 | PerformPromiseAllSettled: 'https://262.ecma-international.org/11.0/#sec-performpromiseallsettled', |
| 307 | PerformPromiseRace: 'https://262.ecma-international.org/11.0/#sec-performpromiserace', |
| 308 | PerformPromiseThen: 'https://262.ecma-international.org/11.0/#sec-performpromisethen', |
| 309 | PrepareForOrdinaryCall: 'https://262.ecma-international.org/11.0/#sec-prepareforordinarycall', |
| 310 | PrepareForTailCall: 'https://262.ecma-international.org/11.0/#sec-preparefortailcall', |
| 311 | PromiseResolve: 'https://262.ecma-international.org/11.0/#sec-promise-resolve', |
| 312 | ProxyCreate: 'https://262.ecma-international.org/11.0/#sec-proxycreate', |
| 313 | PutValue: 'https://262.ecma-international.org/11.0/#sec-putvalue', |
| 314 | QuoteJSONString: 'https://262.ecma-international.org/11.0/#sec-quotejsonstring', |
| 315 | RawBytesToNumeric: 'https://262.ecma-international.org/11.0/#sec-rawbytestonumeric', |
| 316 | 'reads-bytes-from': 'https://262.ecma-international.org/11.0/#sec-reads-bytes-from', |
| 317 | 'reads-from': 'https://262.ecma-international.org/11.0/#sec-reads-from', |
| 318 | RegExpAlloc: 'https://262.ecma-international.org/11.0/#sec-regexpalloc', |
| 319 | RegExpBuiltinExec: 'https://262.ecma-international.org/11.0/#sec-regexpbuiltinexec', |
| 320 | RegExpCreate: 'https://262.ecma-international.org/11.0/#sec-regexpcreate', |
| 321 | RegExpExec: 'https://262.ecma-international.org/11.0/#sec-regexpexec', |
| 322 | RegExpInitialize: 'https://262.ecma-international.org/11.0/#sec-regexpinitialize', |
| 323 | RejectPromise: 'https://262.ecma-international.org/11.0/#sec-rejectpromise', |
| 324 | RemoveWaiter: 'https://262.ecma-international.org/11.0/#sec-removewaiter', |
| 325 | RemoveWaiters: 'https://262.ecma-international.org/11.0/#sec-removewaiters', |
| 326 | RepeatMatcher: 'https://262.ecma-international.org/11.0/#sec-runtime-semantics-repeatmatcher-abstract-operation', |
| 327 | RequireInternalSlot: 'https://262.ecma-international.org/11.0/#sec-requireinternalslot', |
| 328 | RequireObjectCoercible: 'https://262.ecma-international.org/11.0/#sec-requireobjectcoercible', |
| 329 | ResolveBinding: 'https://262.ecma-international.org/11.0/#sec-resolvebinding', |
| 330 | ResolveThisBinding: 'https://262.ecma-international.org/11.0/#sec-resolvethisbinding', |
| 331 | ReturnIfAbrupt: 'https://262.ecma-international.org/11.0/#sec-returnifabrupt', |
| 332 | SameValue: 'https://262.ecma-international.org/11.0/#sec-samevalue', |
| 333 | SameValueNonNumeric: 'https://262.ecma-international.org/11.0/#sec-samevaluenonnumeric', |
| 334 | SameValueZero: 'https://262.ecma-international.org/11.0/#sec-samevaluezero', |
| 335 | ScriptEvaluation: 'https://262.ecma-international.org/11.0/#sec-runtime-semantics-scriptevaluation', |
| 336 | SecFromTime: 'https://262.ecma-international.org/11.0/#eqn-SecFromTime', |
| 337 | SerializeJSONArray: 'https://262.ecma-international.org/11.0/#sec-serializejsonarray', |
| 338 | SerializeJSONObject: 'https://262.ecma-international.org/11.0/#sec-serializejsonobject', |
| 339 | SerializeJSONProperty: 'https://262.ecma-international.org/11.0/#sec-serializejsonproperty', |
| 340 | Set: 'https://262.ecma-international.org/11.0/#sec-set-o-p-v-throw', |
| 341 | SetDefaultGlobalBindings: 'https://262.ecma-international.org/11.0/#sec-setdefaultglobalbindings', |
| 342 | SetFunctionLength: 'https://262.ecma-international.org/11.0/#sec-setfunctionlength', |
| 343 | SetFunctionName: 'https://262.ecma-international.org/11.0/#sec-setfunctionname', |
| 344 | SetImmutablePrototype: 'https://262.ecma-international.org/11.0/#sec-set-immutable-prototype', |
| 345 | SetIntegrityLevel: 'https://262.ecma-international.org/11.0/#sec-setintegritylevel', |
| 346 | SetRealmGlobalObject: 'https://262.ecma-international.org/11.0/#sec-setrealmglobalobject', |
| 347 | SetValueInBuffer: 'https://262.ecma-international.org/11.0/#sec-setvalueinbuffer', |
| 348 | SetViewValue: 'https://262.ecma-international.org/11.0/#sec-setviewvalue', |
| 349 | SharedDataBlockEventSet: 'https://262.ecma-international.org/11.0/#sec-sharedatablockeventset', |
| 350 | SortCompare: 'https://262.ecma-international.org/11.0/#sec-sortcompare', |
| 351 | SpeciesConstructor: 'https://262.ecma-international.org/11.0/#sec-speciesconstructor', |
| 352 | SplitMatch: 'https://262.ecma-international.org/11.0/#sec-splitmatch', |
| 353 | 'Strict Equality Comparison': 'https://262.ecma-international.org/11.0/#sec-strict-equality-comparison', |
| 354 | StringCreate: 'https://262.ecma-international.org/11.0/#sec-stringcreate', |
| 355 | StringGetOwnProperty: 'https://262.ecma-international.org/11.0/#sec-stringgetownproperty', |
| 356 | StringPad: 'https://262.ecma-international.org/11.0/#sec-stringpad', |
| 357 | StringToBigInt: 'https://262.ecma-international.org/11.0/#sec-stringtobigint', |
| 358 | Suspend: 'https://262.ecma-international.org/11.0/#sec-suspend', |
| 359 | SymbolDescriptiveString: 'https://262.ecma-international.org/11.0/#sec-symboldescriptivestring', |
| 360 | 'synchronizes-with': 'https://262.ecma-international.org/11.0/#sec-synchronizes-with', |
| 361 | TestIntegrityLevel: 'https://262.ecma-international.org/11.0/#sec-testintegritylevel', |
| 362 | thisBigIntValue: 'https://262.ecma-international.org/11.0/#sec-thisbigintvalue', |
| 363 | thisBooleanValue: 'https://262.ecma-international.org/11.0/#sec-thisbooleanvalue', |
| 364 | thisNumberValue: 'https://262.ecma-international.org/11.0/#sec-thisnumbervalue', |
| 365 | thisStringValue: 'https://262.ecma-international.org/11.0/#sec-thisstringvalue', |
| 366 | thisSymbolValue: 'https://262.ecma-international.org/11.0/#sec-thissymbolvalue', |
| 367 | thisTimeValue: 'https://262.ecma-international.org/11.0/#sec-thistimevalue', |
| 368 | ThrowCompletion: 'https://262.ecma-international.org/11.0/#sec-throwcompletion', |
| 369 | TimeClip: 'https://262.ecma-international.org/11.0/#sec-timeclip', |
| 370 | TimeFromYear: 'https://262.ecma-international.org/11.0/#eqn-TimeFromYear', |
| 371 | TimeString: 'https://262.ecma-international.org/11.0/#sec-timestring', |
| 372 | TimeWithinDay: 'https://262.ecma-international.org/11.0/#eqn-TimeWithinDay', |
| 373 | TimeZoneString: 'https://262.ecma-international.org/11.0/#sec-timezoneestring', |
| 374 | ToBigInt: 'https://262.ecma-international.org/11.0/#sec-tobigint', |
| 375 | ToBigInt64: 'https://262.ecma-international.org/11.0/#sec-tobigint64', |
| 376 | ToBigUint64: 'https://262.ecma-international.org/11.0/#sec-tobiguint64', |
| 377 | ToBoolean: 'https://262.ecma-international.org/11.0/#sec-toboolean', |
| 378 | ToDateString: 'https://262.ecma-international.org/11.0/#sec-todatestring', |
| 379 | ToIndex: 'https://262.ecma-international.org/11.0/#sec-toindex', |
| 380 | ToInt16: 'https://262.ecma-international.org/11.0/#sec-toint16', |
| 381 | ToInt32: 'https://262.ecma-international.org/11.0/#sec-toint32', |
| 382 | ToInt8: 'https://262.ecma-international.org/11.0/#sec-toint8', |
| 383 | ToInteger: 'https://262.ecma-international.org/11.0/#sec-tointeger', |
| 384 | ToLength: 'https://262.ecma-international.org/11.0/#sec-tolength', |
| 385 | ToNumber: 'https://262.ecma-international.org/11.0/#sec-tonumber', |
| 386 | ToNumeric: 'https://262.ecma-international.org/11.0/#sec-tonumeric', |
| 387 | ToObject: 'https://262.ecma-international.org/11.0/#sec-toobject', |
| 388 | ToPrimitive: 'https://262.ecma-international.org/11.0/#sec-toprimitive', |
| 389 | ToPropertyDescriptor: 'https://262.ecma-international.org/11.0/#sec-topropertydescriptor', |
| 390 | ToPropertyKey: 'https://262.ecma-international.org/11.0/#sec-topropertykey', |
| 391 | ToString: 'https://262.ecma-international.org/11.0/#sec-tostring', |
| 392 | ToUint16: 'https://262.ecma-international.org/11.0/#sec-touint16', |
| 393 | ToUint32: 'https://262.ecma-international.org/11.0/#sec-touint32', |
| 394 | ToUint8: 'https://262.ecma-international.org/11.0/#sec-touint8', |
| 395 | ToUint8Clamp: 'https://262.ecma-international.org/11.0/#sec-touint8clamp', |
| 396 | TriggerPromiseReactions: 'https://262.ecma-international.org/11.0/#sec-triggerpromisereactions', |
| 397 | TrimString: 'https://262.ecma-international.org/11.0/#sec-trimstring', |
| 398 | Type: 'https://262.ecma-international.org/11.0/#sec-ecmascript-data-types-and-values', |
| 399 | TypedArrayCreate: 'https://262.ecma-international.org/11.0/#typedarray-create', |
| 400 | TypedArraySpeciesCreate: 'https://262.ecma-international.org/11.0/#typedarray-species-create', |
| 401 | UnicodeEscape: 'https://262.ecma-international.org/11.0/#sec-unicodeescape', |
| 402 | UnicodeMatchProperty: 'https://262.ecma-international.org/11.0/#sec-runtime-semantics-unicodematchproperty-p', |
| 403 | UnicodeMatchPropertyValue: 'https://262.ecma-international.org/11.0/#sec-runtime-semantics-unicodematchpropertyvalue-p-v', |
| 404 | UpdateEmpty: 'https://262.ecma-international.org/11.0/#sec-updateempty', |
| 405 | UTC: 'https://262.ecma-international.org/11.0/#sec-utc-t', |
| 406 | UTF16DecodeString: 'https://262.ecma-international.org/11.0/#sec-utf16decodestring', |
| 407 | UTF16DecodeSurrogatePair: 'https://262.ecma-international.org/11.0/#sec-utf16decodesurrogatepair', |
| 408 | UTF16Encode: 'https://262.ecma-international.org/11.0/#sec-utf16encode', |
| 409 | UTF16Encoding: 'https://262.ecma-international.org/11.0/#sec-utf16encoding', |
| 410 | ValidateAndApplyPropertyDescriptor: 'https://262.ecma-international.org/11.0/#sec-validateandapplypropertydescriptor', |
| 411 | ValidateAtomicAccess: 'https://262.ecma-international.org/11.0/#sec-validateatomicaccess', |
| 412 | ValidateSharedIntegerTypedArray: 'https://262.ecma-international.org/11.0/#sec-validatesharedintegertypedarray', |
| 413 | ValidateTypedArray: 'https://262.ecma-international.org/11.0/#sec-validatetypedarray', |
| 414 | ValueOfReadEvent: 'https://262.ecma-international.org/11.0/#sec-valueofreadevent', |
| 415 | WeekDay: 'https://262.ecma-international.org/11.0/#sec-week-day', |
| 416 | WordCharacters: 'https://262.ecma-international.org/11.0/#sec-runtime-semantics-wordcharacters-abstract-operation', |
| 417 | YearFromTime: 'https://262.ecma-international.org/11.0/#eqn-YearFromTime' |
| 418 | }; |