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