mirror of
https://github.com/actions/labeler.git
synced 2025-12-28 22:07:17 +08:00
build
This commit is contained in:
168
node_modules/es-abstract/test/es2016.js
generated
vendored
168
node_modules/es-abstract/test/es2016.js
generated
vendored
@@ -1,9 +1,173 @@
|
||||
'use strict';
|
||||
|
||||
var ES = require('../').ES2016;
|
||||
var boundES = require('./helpers/createBoundESNamespace')(ES);
|
||||
|
||||
var ops = require('../operations/2016');
|
||||
|
||||
var expectedMissing = ['Abstract Equality Comparison', 'Abstract Relational Comparison', 'AddRestrictedFunctionProperties', 'AllocateArrayBuffer', 'AllocateTypedArray', 'AllocateTypedArrayBuffer', 'ArrayCreate', 'ArraySetLength', 'BlockDeclarationInstantiation', 'BoundFunctionCreate', 'Canonicalize', 'CharacterRange', 'CharacterRangeOrUnion', 'CharacterSetMatcher', 'CloneArrayBuffer', 'Completion', 'Construct', 'CopyDataBlockBytes', 'CreateArrayFromList', 'CreateArrayIterator', 'CreateBuiltinFunction', 'CreateByteDataBlock', 'CreateDynamicFunction', 'CreateHTML', 'CreateIntrinsics', 'CreateListFromArrayLike', 'CreateListIterator', 'CreateMapIterator', 'CreateMappedArgumentsObject', 'CreatePerIterationEnvironment', 'CreateRealm', 'CreateResolvingFunctions', 'CreateSetIterator', 'CreateStringIterator', 'CreateUnmappedArgumentsObject', 'DateFromTime', 'Day', 'DayFromYear', 'DayWithinYear', 'DaysInYear', 'Decode', 'DetachArrayBuffer', 'Encode', 'EnqueueJob', 'EnumerateObjectProperties', 'EscapeRegExpPattern', 'EvalDeclarationInstantiation', 'EvaluateCall', 'EvaluateDirectCall', 'EvaluateNew', 'ForBodyEvaluation', 'ForIn/OfBodyEvaluation', 'ForIn/OfHeadEvaluation', 'FulfillPromise', 'FunctionAllocate', 'FunctionCreate', 'FunctionDeclarationInstantiation', 'FunctionInitialize', 'GeneratorFunctionCreate', 'GeneratorResume', 'GeneratorResumeAbrupt', 'GeneratorStart', 'GeneratorValidate', 'GeneratorYield', 'GetActiveScriptOrModule', 'GetFunctionRealm', 'GetGlobalObject', 'GetIdentifierReference', 'GetModuleNamespace', 'GetNewTarget', 'GetOwnPropertyKeys', 'GetPrototypeFromConstructor', 'GetSubstitution', 'GetSuperConstructor', 'GetTemplateObject', 'GetThisEnvironment', 'GetThisValue', 'GetValue', 'GetValueFromBuffer', 'GetViewValue', 'GlobalDeclarationInstantiation', 'HostPromiseRejectionTracker', 'HostReportErrors', 'HostResolveImportedModule', 'HourFromTime', 'HoursPerDay', 'IfAbruptRejectPromise', 'ImportedLocalNames', 'InLeapYear', 'InitializeBoundName', 'InitializeHostDefinedRealm', 'InitializeReferencedBinding', 'InstanceofOperator', 'IntegerIndexedElementGet', 'IntegerIndexedElementSet', 'IntegerIndexedObjectCreate', 'InternalizeJSONProperty', 'IsAnonymousFunctionDefinition', 'IsCompatiblePropertyDescriptor', 'IsDetachedBuffer', 'IsInTailPosition', 'IsLabelledFunction', 'IsPromise', 'IsWordChar', 'IterableToArrayLike', 'LocalTime', 'LoopContinues', 'MakeArgGetter', 'MakeArgSetter', 'MakeClassConstructor', 'MakeConstructor', 'MakeDate', 'MakeDay', 'MakeMethod', 'MakeSuperPropertyReference', 'MakeTime', 'MinFromTime', 'MinutesPerHour', 'ModuleNamespaceCreate', 'MonthFromTime', 'NewDeclarativeEnvironment', 'NewFunctionEnvironment', 'NewGlobalEnvironment', 'NewModuleEnvironment', 'NewObjectEnvironment', 'NewPromiseCapability', 'NextJob', 'NormalCompletion', 'ObjectDefineProperties', 'OrdinaryCallBindThis', 'OrdinaryCallEvaluateBody', 'OrdinaryCreateFromConstructor', 'OrdinaryDefineOwnProperty', 'OrdinaryDelete', 'OrdinaryGet', 'OrdinaryGetOwnProperty', 'OrdinaryGetPrototypeOf', 'OrdinaryHasInstance', 'OrdinaryHasProperty', 'OrdinaryIsExtensible', 'OrdinaryOwnPropertyKeys', 'OrdinaryPreventExtensions', 'OrdinarySet', 'OrdinarySetPrototypeOf', 'ParseModule', 'ParseScript', 'PerformEval', 'PerformPromiseAll', 'PerformPromiseRace', 'PerformPromiseThen', 'PrepareForOrdinaryCall', 'PrepareForTailCall', 'PromiseReactionJob', 'PromiseResolveThenableJob', 'ProxyCreate', 'PutValue', 'QuoteJSONString', 'RegExpAlloc', 'RegExpBuiltinExec', 'RegExpCreate', 'RegExpInitialize', 'RejectPromise', 'RepeatMatcher', 'ResolveBinding', 'ResolveThisBinding', 'ReturnIfAbrupt', 'ScriptEvaluation', 'ScriptEvaluationJob', 'SecFromTime', 'SecondsPerMinute', 'SerializeJSONArray', 'SerializeJSONObject', 'SerializeJSONProperty', 'SetDefaultGlobalBindings', 'SetFunctionName', 'SetIntegrityLevel', 'SetRealmGlobalObject', 'SetValueInBuffer', 'SetViewValue', 'SortCompare', 'SplitMatch', 'Strict Equality Comparison', 'StringCreate', 'SymbolDescriptiveString', 'TestIntegrityLevel', 'TimeClip', 'TimeFromYear', 'TimeWithinDay', 'ToDateString', 'ToString Applied to the Number Type', 'TopLevelModuleEvaluationJob', 'TriggerPromiseReactions', 'TypedArrayCreate', 'TypedArraySpeciesCreate', 'UTC', 'UTF16Decode', 'UTF16Encoding', 'UpdateEmpty', 'ValidateAndApplyPropertyDescriptor', 'ValidateTypedArray', 'WeekDay', 'YearFromTime', 'abs', 'floor', 'max', 'min', 'modulo', 'msFromTime', 'msPerDay', 'msPerHour', 'msPerMinute', 'msPerSecond'];
|
||||
var expectedMissing = [
|
||||
'abs',
|
||||
'AddRestrictedFunctionProperties',
|
||||
'AllocateArrayBuffer',
|
||||
'AllocateTypedArray',
|
||||
'AllocateTypedArrayBuffer',
|
||||
'BlockDeclarationInstantiation',
|
||||
'BoundFunctionCreate',
|
||||
'Canonicalize',
|
||||
'CharacterRange',
|
||||
'CharacterRangeOrUnion',
|
||||
'CharacterSetMatcher',
|
||||
'CloneArrayBuffer',
|
||||
'Completion',
|
||||
'Construct',
|
||||
'CopyDataBlockBytes',
|
||||
'CreateArrayFromList',
|
||||
'CreateArrayIterator',
|
||||
'CreateBuiltinFunction',
|
||||
'CreateByteDataBlock',
|
||||
'CreateDynamicFunction',
|
||||
'CreateIntrinsics',
|
||||
'CreateListIterator',
|
||||
'CreateMapIterator',
|
||||
'CreateMappedArgumentsObject',
|
||||
'CreatePerIterationEnvironment',
|
||||
'CreateRealm',
|
||||
'CreateResolvingFunctions',
|
||||
'CreateSetIterator',
|
||||
'CreateStringIterator',
|
||||
'CreateUnmappedArgumentsObject',
|
||||
'Decode',
|
||||
'DetachArrayBuffer',
|
||||
'Encode',
|
||||
'EnqueueJob',
|
||||
'EnumerateObjectProperties',
|
||||
'EscapeRegExpPattern',
|
||||
'EvalDeclarationInstantiation',
|
||||
'EvaluateCall',
|
||||
'EvaluateDirectCall',
|
||||
'EvaluateNew',
|
||||
'floor',
|
||||
'ForBodyEvaluation',
|
||||
'ForIn/OfBodyEvaluation',
|
||||
'ForIn/OfHeadEvaluation',
|
||||
'FulfillPromise',
|
||||
'FunctionAllocate',
|
||||
'FunctionCreate',
|
||||
'FunctionDeclarationInstantiation',
|
||||
'FunctionInitialize',
|
||||
'GeneratorFunctionCreate',
|
||||
'GeneratorResume',
|
||||
'GeneratorResumeAbrupt',
|
||||
'GeneratorStart',
|
||||
'GeneratorValidate',
|
||||
'GeneratorYield',
|
||||
'GetActiveScriptOrModule',
|
||||
'GetFunctionRealm',
|
||||
'GetGlobalObject',
|
||||
'GetIdentifierReference',
|
||||
'GetModuleNamespace',
|
||||
'GetNewTarget',
|
||||
'GetSuperConstructor',
|
||||
'GetTemplateObject',
|
||||
'GetThisEnvironment',
|
||||
'GetThisValue',
|
||||
'GetValue',
|
||||
'GetValueFromBuffer',
|
||||
'GetViewValue',
|
||||
'GlobalDeclarationInstantiation',
|
||||
'HostPromiseRejectionTracker',
|
||||
'HostReportErrors',
|
||||
'HostResolveImportedModule',
|
||||
'IfAbruptRejectPromise',
|
||||
'ImportedLocalNames',
|
||||
'InitializeBoundName',
|
||||
'InitializeHostDefinedRealm',
|
||||
'InitializeReferencedBinding',
|
||||
'IntegerIndexedElementGet',
|
||||
'IntegerIndexedElementSet',
|
||||
'IntegerIndexedObjectCreate',
|
||||
'InternalizeJSONProperty',
|
||||
'IsAnonymousFunctionDefinition',
|
||||
'IsCompatiblePropertyDescriptor',
|
||||
'IsDetachedBuffer',
|
||||
'IsInTailPosition',
|
||||
'IsLabelledFunction',
|
||||
'IsWordChar',
|
||||
'LocalTime',
|
||||
'LoopContinues',
|
||||
'MakeArgGetter',
|
||||
'MakeArgSetter',
|
||||
'MakeClassConstructor',
|
||||
'MakeConstructor',
|
||||
'MakeMethod',
|
||||
'MakeSuperPropertyReference',
|
||||
'max',
|
||||
'min',
|
||||
'ModuleNamespaceCreate',
|
||||
'NewDeclarativeEnvironment',
|
||||
'NewFunctionEnvironment',
|
||||
'NewGlobalEnvironment',
|
||||
'NewModuleEnvironment',
|
||||
'NewObjectEnvironment',
|
||||
'NewPromiseCapability',
|
||||
'NextJob',
|
||||
'NormalCompletion',
|
||||
'ObjectDefineProperties',
|
||||
'OrdinaryCallBindThis',
|
||||
'OrdinaryCallEvaluateBody',
|
||||
'OrdinaryCreateFromConstructor',
|
||||
'OrdinaryDelete',
|
||||
'OrdinaryGet',
|
||||
'OrdinaryIsExtensible',
|
||||
'OrdinaryOwnPropertyKeys',
|
||||
'OrdinaryPreventExtensions',
|
||||
'OrdinarySet',
|
||||
'ParseModule',
|
||||
'ParseScript',
|
||||
'PerformEval',
|
||||
'PerformPromiseAll',
|
||||
'PerformPromiseRace',
|
||||
'PerformPromiseThen',
|
||||
'PrepareForOrdinaryCall',
|
||||
'PrepareForTailCall',
|
||||
'PromiseReactionJob',
|
||||
'PromiseResolveThenableJob',
|
||||
'ProxyCreate',
|
||||
'PutValue',
|
||||
'QuoteJSONString',
|
||||
'RegExpAlloc',
|
||||
'RegExpBuiltinExec',
|
||||
'RegExpCreate',
|
||||
'RegExpInitialize',
|
||||
'RejectPromise',
|
||||
'RepeatMatcher',
|
||||
'ResolveBinding',
|
||||
'ResolveThisBinding',
|
||||
'ReturnIfAbrupt',
|
||||
'ScriptEvaluation',
|
||||
'ScriptEvaluationJob',
|
||||
'SerializeJSONArray',
|
||||
'SerializeJSONObject',
|
||||
'SerializeJSONProperty',
|
||||
'SetDefaultGlobalBindings',
|
||||
'SetRealmGlobalObject',
|
||||
'SetValueInBuffer',
|
||||
'SetViewValue',
|
||||
'SortCompare',
|
||||
'SplitMatch',
|
||||
'StringCreate',
|
||||
'TopLevelModuleEvaluationJob',
|
||||
'ToString Applied to the Number Type',
|
||||
'TriggerPromiseReactions',
|
||||
'TypedArrayCreate',
|
||||
'TypedArraySpeciesCreate',
|
||||
'UpdateEmpty',
|
||||
'UTC',
|
||||
'UTF16Decode',
|
||||
'UTF16Encoding',
|
||||
'ValidateTypedArray'
|
||||
];
|
||||
|
||||
require('./tests').es2016(ES, ops, expectedMissing);
|
||||
require('./tests').es2016(boundES, ops, expectedMissing);
|
||||
|
||||
require('./helpers/runManifestTest')(require('tape'), ES, 2016);
|
||||
|
||||
Reference in New Issue
Block a user