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