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