• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1'use strict';
2
3module.exports = {
4	IsPropertyDescriptor: 'https://ecma-international.org/ecma-262/6.0/#sec-property-descriptor-specification-type',
5	IsAccessorDescriptor: 'https://ecma-international.org/ecma-262/6.0/#sec-isaccessordescriptor',
6	IsDataDescriptor: 'https://ecma-international.org/ecma-262/6.0/#sec-isdatadescriptor',
7	IsGenericDescriptor: 'https://ecma-international.org/ecma-262/6.0/#sec-isgenericdescriptor',
8	FromPropertyDescriptor: 'https://ecma-international.org/ecma-262/6.0/#sec-frompropertydescriptor',
9	ToPropertyDescriptor: 'https://ecma-international.org/ecma-262/6.0/#sec-topropertydescriptor',
10	CompletePropertyDescriptor: 'https://ecma-international.org/ecma-262/6.0/#sec-completepropertydescriptor',
11	ToPrimitive: 'https://ecma-international.org/ecma-262/6.0/#sec-toprimitive',
12	ToBoolean: 'https://ecma-international.org/ecma-262/6.0/#sec-toboolean',
13	ToNumber: 'https://ecma-international.org/ecma-262/6.0/#sec-tonumber',
14	ToInteger: 'https://ecma-international.org/ecma-262/6.0/#sec-tointeger',
15	ToInt32: 'https://ecma-international.org/ecma-262/6.0/#sec-toint32',
16	ToUint32: 'https://ecma-international.org/ecma-262/6.0/#sec-touint32',
17	ToInt16: 'https://ecma-international.org/ecma-262/6.0/#sec-toint16',
18	ToUint16: 'https://ecma-international.org/ecma-262/6.0/#sec-touint16',
19	ToInt8: 'https://ecma-international.org/ecma-262/6.0/#sec-toint8',
20	ToUint8: 'https://ecma-international.org/ecma-262/6.0/#sec-touint8',
21	ToUint8Clamp: 'https://ecma-international.org/ecma-262/6.0/#sec-touint8clamp',
22	ToString: 'https://ecma-international.org/ecma-262/6.0/#sec-tostring',
23	ToObject: 'https://ecma-international.org/ecma-262/6.0/#sec-toobject',
24	ToPropertyKey: 'https://ecma-international.org/ecma-262/6.0/#sec-topropertykey',
25	ToLength: 'https://ecma-international.org/ecma-262/6.0/#sec-tolength',
26	CanonicalNumericIndexString: 'https://ecma-international.org/ecma-262/6.0/#sec-canonicalnumericindexstring',
27	RequireObjectCoercible: 'https://ecma-international.org/ecma-262/6.0/#sec-requireobjectcoercible',
28	IsArray: 'https://ecma-international.org/ecma-262/6.0/#sec-isarray',
29	IsCallable: 'https://ecma-international.org/ecma-262/6.0/#sec-iscallable',
30	IsConstructor: 'https://ecma-international.org/ecma-262/6.0/#sec-isconstructor',
31	IsExtensible: 'https://ecma-international.org/ecma-262/6.0/#sec-isextensible-o',
32	IsInteger: 'https://ecma-international.org/ecma-262/6.0/#sec-isinteger',
33	IsPropertyKey: 'https://ecma-international.org/ecma-262/6.0/#sec-ispropertykey',
34	IsRegExp: 'https://ecma-international.org/ecma-262/6.0/#sec-isregexp',
35	SameValue: 'https://ecma-international.org/ecma-262/6.0/#sec-samevalue',
36	SameValueZero: 'https://ecma-international.org/ecma-262/6.0/#sec-samevaluezero',
37	Get: 'https://ecma-international.org/ecma-262/6.0/#sec-get-o-p',
38	GetV: 'https://ecma-international.org/ecma-262/6.0/#sec-getv',
39	Set: 'https://ecma-international.org/ecma-262/6.0/#sec-set-o-p-v-throw',
40	CreateDataProperty: 'https://ecma-international.org/ecma-262/6.0/#sec-createdataproperty',
41	CreateMethodProperty: 'https://ecma-international.org/ecma-262/6.0/#sec-createmethodproperty',
42	CreateDataPropertyOrThrow: 'https://ecma-international.org/ecma-262/6.0/#sec-createdatapropertyorthrow',
43	DefinePropertyOrThrow: 'https://ecma-international.org/ecma-262/6.0/#sec-definepropertyorthrow',
44	DeletePropertyOrThrow: 'https://ecma-international.org/ecma-262/6.0/#sec-deletepropertyorthrow',
45	GetMethod: 'https://ecma-international.org/ecma-262/6.0/#sec-getmethod',
46	HasProperty: 'https://ecma-international.org/ecma-262/6.0/#sec-hasproperty',
47	HasOwnProperty: 'https://ecma-international.org/ecma-262/6.0/#sec-hasownproperty',
48	Call: 'https://ecma-international.org/ecma-262/6.0/#sec-call',
49	Construct: 'https://ecma-international.org/ecma-262/6.0/#sec-construct',
50	SetIntegrityLevel: 'https://ecma-international.org/ecma-262/6.0/#sec-setintegritylevel',
51	TestIntegrityLevel: 'https://ecma-international.org/ecma-262/6.0/#sec-testintegritylevel',
52	CreateArrayFromList: 'https://ecma-international.org/ecma-262/6.0/#sec-createarrayfromlist',
53	CreateListFromArrayLike: 'https://ecma-international.org/ecma-262/6.0/#sec-createlistfromarraylike',
54	Invoke: 'https://ecma-international.org/ecma-262/6.0/#sec-invoke',
55	OrdinaryHasInstance: 'https://ecma-international.org/ecma-262/6.0/#sec-ordinaryhasinstance',
56	SpeciesConstructor: 'https://ecma-international.org/ecma-262/6.0/#sec-speciesconstructor',
57	EnumerableOwnNames: 'https://ecma-international.org/ecma-262/6.0/#sec-enumerableownnames',
58	GetIterator: 'https://ecma-international.org/ecma-262/6.0/#sec-getiterator',
59	IteratorNext: 'https://ecma-international.org/ecma-262/6.0/#sec-iteratornext',
60	IteratorComplete: 'https://ecma-international.org/ecma-262/6.0/#sec-iteratorcomplete',
61	IteratorValue: 'https://ecma-international.org/ecma-262/6.0/#sec-iteratorvalue',
62	IteratorStep: 'https://ecma-international.org/ecma-262/6.0/#sec-iteratorstep',
63	IteratorClose: 'https://ecma-international.org/ecma-262/6.0/#sec-iteratorclose',
64	CreateIterResultObject: 'https://ecma-international.org/ecma-262/6.0/#sec-createiterresultobject',
65	CreateListIterator: 'https://ecma-international.org/ecma-262/6.0/#sec-createlistiterator',
66	Type: 'https://ecma-international.org/ecma-262/6.0/#sec-ecmascript-language-types',
67	thisNumberValue: 'https://ecma-international.org/ecma-262/6.0/#sec-properties-of-the-number-prototype-object',
68	thisTimeValue: 'https://ecma-international.org/ecma-262/6.0/#sec-properties-of-the-date-prototype-object',
69	thisStringValue: 'https://ecma-international.org/ecma-262/6.0/#sec-properties-of-the-string-prototype-object',
70	RegExpExec: 'https://ecma-international.org/ecma-262/6.0/#sec-regexpexec',
71	RegExpBuiltinExec: 'https://ecma-international.org/ecma-262/6.0/#sec-regexpbuiltinexec',
72	IsConcatSpreadable: 'https://ecma-international.org/ecma-262/6.0/#sec-isconcatspreadable',
73	IsPromise: 'https://ecma-international.org/ecma-262/6.0/#sec-ispromise',
74	ArraySpeciesCreate: 'https://ecma-international.org/ecma-262/6.0/#sec-arrayspeciescreate',
75	ObjectCreate: 'https://ecma-international.org/ecma-262/6.0/#sec-objectcreate',
76	AdvanceStringIndex: 'https://ecma-international.org/ecma-262/6.0/#sec-advancestringindex',
77	NormalCompletion: 'https://ecma-international.org/ecma-262/6.0/#sec-normalcompletion'
78};
79