{
  "https://people.mozilla.org/~jorendorff/es6-draft.html": {
    "NormalCompletion":"#sec-normalcompletion",
    "Type":"#sec-ecmascript-data-types-and-values",
    "ReturnIfAbrupt":"#sec-returnifabrupt",
    "GetBase":"#sec-reference-specification-type",
    "IsUnresolvableReference":"#sec-reference-specification-type",
    "IsPropertyReference":"#sec-reference-specification-type",
    "HasPrimitiveBase":"#sec-reference-specification-type",
    "ToObject":"#sec-toobject",
    "GetReferencedName":"#sec-reference-specification-type",
    "GetThisValue":"#sec-getthisvalue",
    "IsStrictReference":"#sec-reference-specification-type",
    "Put":"#sec-put-o-p-v-throw",
    "IsSuperReference":"#sec-reference-specification-type",
    "IsAccessorDescriptor":"#sec-isaccessordescriptor",
    "IsDataDescriptor":"#sec-isdatadescriptor",
    "ObjectCreate":"#sec-objectcreate",
    "CreateDataProperty":"#sec-createdataproperty",
    "HasProperty":"#sec-hasproperty",
    "Get":"#sec-get-o-p",
    "ToBoolean":"#sec-toboolean",
    "IsCallable":"#sec-iscallable",
    "IsGenericDescriptor":"#sec-isgenericdescriptor",
    "GetMethod":"#sec-getmethod",
    "Call":"#sec-call-f-v-args",
    "ToPrimitive":"#sec-toprimitive",
    "ToNumber":"#sec-tonumber",
    "ToUint32":"#sec-touint32",
    "ToInt32":"#sec-toint32",
    "ToString":"#sec-tostring",
    "ToInteger":"#sec-tointeger",
    "SameValue":"#sec-samevalue",
    "IsPropertyKey":"#sec-ispropertykey",
    "GetV":"#sec-getv",
    "DefinePropertyOrThrow":"#sec-definepropertyorthrow",
    "IsExtensible":"#sec-isextensible-o",
    "ArrayCreate":"#sec-arraycreate",
    "ToLength":"#sec-tolength",
    "InstanceofOperator":"#sec-instanceofoperator",
    "GetFunctionRealm":"#sec-getfunctionrealm",
    "IsConstructor":"#sec-isconstructor",
    "OrdinaryCreateFromConstructor":"#sec-ordinarycreatefromconstructor",
    "CreateFromConstructor":"#sec-createfromconstructor",
    "Invoke":"#sec-invoke",
    "IteratorNext":"#sec-iteratornext",
    "IteratorComplete":"#sec-iteratorcomplete",
    "CreateIterResultObject":"#sec-createiterresultobject",
    "IteratorStep":"#sec-iteratorstep",
    "GetSuperBase":"#sec-getsuperbase",
    "CreateGlobalVarBinding":"#sec-createglobalvarbinding",
    "CreateGlobalFunctionBinding":"#sec-createglobalfunctionbinding",
    "CreateImportBinding":"#sec-createimportbinding",
    "CreateIntrinsics":"#sec-createintrinsics",
    "CreateBuiltinFunction":"#sec-createbuiltinfunction",
    "AddRestrictedFunctionProperties":"#sec-addrestrictedfunctionproperties",
    "NewGlobalEnvironment":"#sec-newglobalenvironment",
    "GetIdentifierReference":"#sec-getidentifierreference",
    "GetThisEnvironment":"#sec-getthisenvironment",
    "CreateRealm":"#sec-createrealm",
    "InitializeFirstRealm":"#sec-initializefirstrealm",
    "EnqueueJob":"#sec-enqueuejob",
    "SetDefaultGlobalBindings":"#sec-setdefaultglobalbindings",
    "OrdinaryGetOwnProperty":"#sec-ordinarygetownproperty",
    "OrdinaryDefineOwnProperty":"#sec-ordinarydefineownproperty",
    "ValidateAndApplyPropertyDescriptor":"#sec-validateandapplypropertydescriptor",
    "OrdinaryHasProperty":"#sec-ordinaryhasproperty",
    "Object":"#sec-object.getprototypeof",
    "GetPrototypeFromConstructor":"#sec-getprototypefromconstructor",
    "NewFunctionEnvironment":"#sec-newfunctionenvironment",
    "Construct":"#sec-construct-f-argumentslist",
    "FunctionAllocate":"#sec-functionallocate",
    "FunctionInitialize":"#sec-functioninitialize",
    "CreateUnmappedArgumentsObject":"#sec-createunmappedargumentsobject",
    "CreateMappedArgumentsObject":"#sec-createmappedargumentsobject",
    "CreateListIterator":"#sec-createlistiterator",
    "NewDeclarativeEnvironment":"#sec-newdeclarativeenvironment",
    "ArraySetLength":"#sec-arraysetlength",
    "IsArray":"#sec-isarray",
    "IsInteger":"#sec-isinteger",
    "CreateCompoundIterator":"#sec-createcompounditerator",
    "HasOwnProperty":"#sec-hasownproperty",
    "MakeArgGetter":"#sec-makearggetter",
    "MakeArgSetter":"#sec-makeargsetter",
    "CanonicalNumericIndexString":"#sec-canonicalnumericindexstring",
    "IsDetachedBuffer":"#sec-isdetachedbuffer",
    "GetValueFromBuffer":"#sec-getvaluefrombuffer",
    "SetValueInBuffer":"#sec-setvalueinbuffer",
    "ResolveExport":"#sec-resolveexport",
    "ModuleAt":"#sec-moduleat",
    "ToPropertyDescriptor":"#sec-topropertydescriptor",
    "CompletePropertyDescriptor":"#sec-completepropertydescriptor",
    "FromPropertyDescriptor":"#sec-frompropertydescriptor",
    "IsCompatiblePropertyDescriptor":"#sec-iscompatiblepropertydescriptor",
    "CreateListFromArrayLike":"#sec-createlistfromarraylike",
    "CreateArrayFromList":"#sec-createarrayfromlist",
    "InitializeBoundName":"#sec-initializeboundname",
    "ResolveBinding":"#sec-resolvebinding",
    "PutValue":"#sec-putvalue",
    "ResolveThisBinding":"#sec-resolvethisbinding",
    "GetValue":"#sec-getvalue",
    "GetIterator":"#sec-getiterator",
    "IteratorValue":"#sec-iteratorvalue",
    "ToPropertyKey":"#sec-topropertykey",
    "CreateDataPropertyOrThrow":"#sec-createdatapropertyorthrow",
    "IsAnonymousFunctionDefinition":"#sec-isanonymousfunctiondefinition",
    "SetFunctionName":"#sec-setfunctionname",
    "RegExpCreate":"#sec-regexpcreate",
    "SetIntegrityLevel":"#sec-setintegritylevel",
    "RequireObjectCoercible":"#sec-requireobjectcoercible",
    "EvaluateNew":"#sec-evaluatenew",
    "IsInTailPosition":"#sec-isintailposition",
    "PerformEval":"#sec-performeval",
    "EvaluateDirectCall":"#sec-evaluatedirectcall",
    "EvaluateCall":"#sec-evaluatecall",
    "MakeSuperPropertyReference":"#sec-makesuperpropertyreference",
    "GetSuperConstructor":"#sec-getsuperconstructor",
    "OrdinaryHasInstance":"#sec-ordinaryhasinstance",
    "BlockDeclarationInstantiation":"#sec-blockdeclarationinstantiation",
    "InitializeReferencedBinding":"#sec-initializereferencedbinding",
    "IsLabelledFunction":"#sec-islabelledfunction",
    "LoopContinues":"#sec-loopcontinues",
    "IteratorClose":"#sec-iteratorclose",
    "NewObjectEnvironment":"#sec-newobjectenvironment",
    "FunctionCreate":"#sec-functioncreate",
    "MakeMethod":"#sec-makemethod",
    "MakeConstructor":"#sec-makeconstructor",
    "GeneratorStart":"#sec-generatorstart",
    "GeneratorFunctionCreate":"#sec-generatorfunctioncreate",
    "GeneratorYield":"#sec-generatoryield",
    "GlobalDeclarationInstantiation":"#sec-globaldeclarationinstantiation",
    "CreateModule":"#sec-createmodule",
    "HostGetSource":"#sec-hostgetsource",
    "NormalizeModuleName":"#sec-normalizemodulename",
    "HostNormalizeModuleName":"#sec-hostnormalizemodulename",
    "ParseModuleAndImports":"#sec-parsemoduleandimports",
    "LinkModules":"#sec-linkmodules",
    "ModuleEvaluation":"#sec-moduleevaluation",
    "NewModuleEnvironment":"#sec-newmoduleenvironment",
    "GetExportedNames":"#sec-getexportednames",
    "ModuleNamespaceCreate":"#sec-modulenamespacecreate",
    "EvalDeclarationInstantiation":"#sec-evaldeclarationinstantiation",
    "Decode":"#sec-decode",
    "Encode":"#sec-encode",
    "ObjectDefineProperties":"#sec-objectdefineproperties",
    "GetOwnPropertyKeys":"#sec-getownpropertykeys",
    "TestIntegrityLevel":"#sec-testintegritylevel",
    "EnumerableOwnNames":"#sec-enumerableownnames",
    "PrepareForTailCall":"#sec-preparefortailcall",
    "BoundFunctionCreate":"#sec-boundfunctioncreate",
    "CloneMethod":"#sec-clonemethod",
    "BoundFunctionClone":"#sec-boundfunctionclone",
    "SymbolDescriptiveString":"#sec-symboldescriptivestring",
    "Math":"#sec-math.floor",
    "InLeapYear":"#sec-year-number",
    "Day":"#sec-day-number-and-time-within-day",
    "YearFromTime":"#sec-year-number",
    "DayWithinYear":"#sec-month-number",
    "MonthFromTime":"#sec-month-number",
    "DaylightSavingTA":"#sec-daylight-saving-time-adjustment",
    "DateFromTime":"#sec-date-number",
    "MakeDate":"#sec-makedate",
    "MakeDay":"#sec-makeday",
    "MakeTime":"#sec-maketime",
    "TimeClip":"#sec-timeclip",
    "UTC":"#sec-local-time",
    "LocalTime":"#sec-local-time",
    "WeekDay":"#sec-week-day",
    "HourFromTime":"#sec-hours-minutes-second-and-milliseconds",
    "MinFromTime":"#sec-hours-minutes-second-and-milliseconds",
    "SecFromTime":"#sec-hours-minutes-second-and-milliseconds",
    "TimeWithinDay":"#sec-day-number-and-time-within-day",
    "ToDateString":"#sec-todatestring",
    "Date":"#sec-date.parse",
    "ToUint16":"#sec-touint16",
    "IsRegExp":"#sec-isregexp",
    "GetReplaceSubstitution":"#sec-getreplacesubstitution",
    "SplitMatch":"#sec-splitmatch",
    "CreateStringIterator":"#sec-createstringiterator",
    "UTF16Decode":"#sec-utf16decode",
    "RegExpBuiltinExec":"#sec-regexpbuiltinexec",
    "RegExpExec":"#sec-regexpexec",
    "EscapeRegExpPattern":"#sec-escaperegexppattern",
    "SpeciesConstructor":"#sec-speciesconstructor",
    "ArraySpeciesCreate":"#sec-arrayspeciescreate",
    "IsConcatSpreadable":"#sec-isconcatspreadable",
    "DeletePropertyOrThrow":"#sec-deletepropertyorthrow",
    "CreateArrayIterator":"#sec-createarrayiterator",
    "SortCompare":"#sec-sortcompare",
    "SameValueZero":"#sec-samevaluezero",
    "AllocateArrayBuffer":"#sec-allocatearraybuffer",
    "SetArrayBufferData":"#sec-setarraybufferdata",
    "CloneArrayBuffer":"#sec-clonearraybuffer",
    "TypedArrayFrom":"#sec-typedarrayfrom",
    "TypedArrayAllocOrInit":"#sec-typedarrayallocorinit",
    "CreateByteDataBlock":"#sec-createbytedatablock",
    "CopyDataBlockBytes":"#sec-copydatablockbytes",
    "GetViewValue":"#sec-getviewvalue",
    "SetViewValue":"#sec-setviewvalue",
    "Walk":"#sec-walk",
    "Quote":"#sec-quote",
    "GeneratorResume":"#sec-generatorresume",
    "GeneratorResumeAbrupt":"#sec-generatorresumeabrupt",
    "GeneratorValidate":"#sec-generatorvalidate",
    "RejectPromise":"#sec-rejectpromise",
    "FulfillPromise":"#sec-fulfillpromise",
    "TriggerPromiseReactions":"#sec-triggerpromisereactions",
    "CreatePromiseCapabilityRecord":"#sec-createpromisecapabilityrecord",
    "CreateResolvingFunctions":"#sec-createresolvingfunctions",
    "InitializePromise":"#sec-initializepromise",
    "AllocatePromise":"#sec-allocatepromise",
    "NewPromiseCapability":"#sec-newpromisecapability",
    "IfAbruptRejectPromise":"#sec-ifabruptrejectpromise",
    "PerformPromiseAll":"#sec-performpromiseall",
    "IsPromise":"#sec-ispromise",
    "PerformPromiseThen":"#sec-performpromisethen",
    "ProxyCreate":"#sec-proxycreate",
    "CreateHTML":"#sec-createhtml",
    "RegExpInitialize":"#sec-regexpinitialize"
  }
}
