123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231 |
- 'use strict';
- var ES = require('../').ES2019;
- var boundES = require('./helpers/createBoundESNamespace')(ES);
- var ops = require('../operations/2019');
- var expectedMissing = [
- 'AddRestrictedFunctionProperties',
- 'AddWaiter',
- 'agent-order',
- 'AgentCanSuspend',
- 'AgentSignifier',
- 'AllocateArrayBuffer',
- 'AllocateSharedArrayBuffer',
- 'AllocateTypedArray',
- 'AllocateTypedArrayBuffer',
- 'AsyncFromSyncIteratorContinuation',
- 'AsyncFunctionCreate',
- 'AsyncFunctionStart',
- 'AsyncGeneratorEnqueue',
- 'AsyncGeneratorFunctionCreate',
- 'AsyncGeneratorReject',
- 'AsyncGeneratorResolve',
- 'AsyncGeneratorResumeNext',
- 'AsyncGeneratorStart',
- 'AsyncGeneratorYield',
- 'AsyncIteratorClose',
- 'AtomicLoad',
- 'AtomicReadModifyWrite',
- 'Await',
- 'BackreferenceMatcher',
- 'BlockDeclarationInstantiation',
- 'BoundFunctionCreate',
- 'Canonicalize',
- 'CaseClauseIsSelected',
- 'CharacterRange',
- 'CharacterRangeOrUnion',
- 'CharacterSetMatcher',
- 'CloneArrayBuffer',
- 'Completion',
- 'ComposeWriteEventBytes',
- 'Construct',
- 'CopyDataBlockBytes',
- 'CreateArrayFromList',
- 'CreateArrayIterator',
- 'CreateAsyncFromSyncIterator',
- 'CreateBuiltinFunction',
- 'CreateByteDataBlock',
- 'CreateDynamicFunction',
- 'CreateIntrinsics',
- 'CreateListIteratorRecord',
- 'CreateMapIterator',
- 'CreateMappedArgumentsObject',
- 'CreatePerIterationEnvironment',
- 'CreateRealm',
- 'CreateResolvingFunctions',
- 'CreateSetIterator',
- 'CreateSharedByteDataBlock',
- 'CreateStringIterator',
- 'CreateUnmappedArgumentsObject',
- 'Decode',
- 'DetachArrayBuffer',
- 'Encode',
- 'EnqueueJob',
- 'EnterCriticalSection',
- 'EnumerateObjectProperties',
- 'EscapeRegExpPattern',
- 'EvalDeclarationInstantiation',
- 'EvaluateCall',
- 'EvaluateNew',
- 'EventSet',
- 'ExecuteModule',
- 'ForBodyEvaluation',
- 'ForIn/OfBodyEvaluation',
- 'ForIn/OfHeadEvaluation',
- 'FulfillPromise',
- 'FunctionAllocate',
- 'FunctionCreate',
- 'FunctionDeclarationInstantiation',
- 'FunctionInitialize',
- 'GeneratorFunctionCreate',
- 'GeneratorResume',
- 'GeneratorResumeAbrupt',
- 'GeneratorStart',
- 'GeneratorValidate',
- 'GeneratorYield',
- 'GetActiveScriptOrModule',
- 'GetBase',
- 'GetFunctionRealm',
- 'GetGeneratorKind',
- 'GetGlobalObject',
- 'GetIdentifierReference',
- 'GetModifySetValueInBuffer',
- 'GetModuleNamespace',
- 'GetNewTarget',
- 'GetReferencedName',
- 'GetSuperConstructor',
- 'GetTemplateObject',
- 'GetThisEnvironment',
- 'GetThisValue',
- 'GetValue',
- 'GetValueFromBuffer',
- 'GetViewValue',
- 'GetWaiterList',
- 'GlobalDeclarationInstantiation',
- 'happens-before',
- 'HasPrimitiveBase',
- 'host-synchronizes-with',
- 'HostEnsureCanCompileStrings',
- 'HostEventSet',
- 'HostPromiseRejectionTracker',
- 'HostReportErrors',
- 'HostResolveImportedModule',
- 'IfAbruptRejectPromise',
- 'ImportedLocalNames',
- 'InitializeBoundName',
- 'InitializeEnvironment',
- 'InitializeHostDefinedRealm',
- 'InitializeReferencedBinding',
- 'InnerModuleEvaluation',
- 'InnerModuleInstantiation',
- 'IntegerIndexedElementGet',
- 'IntegerIndexedElementSet',
- 'IntegerIndexedObjectCreate',
- 'InternalizeJSONProperty',
- 'IsAnonymousFunctionDefinition',
- 'IsCompatiblePropertyDescriptor',
- 'IsDetachedBuffer',
- 'IsInTailPosition',
- 'IsLabelledFunction',
- 'IsPropertyReference',
- 'IsSharedArrayBuffer',
- 'IsStrictReference',
- 'IsSuperReference',
- 'IsUnresolvableReference',
- 'IsWordChar',
- 'LeaveCriticalSection',
- 'LocalTime',
- 'LoopContinues',
- 'MakeArgGetter',
- 'MakeArgSetter',
- 'MakeClassConstructor',
- 'MakeConstructor',
- 'MakeMethod',
- 'MakeSuperPropertyReference',
- 'max',
- 'memory-order',
- 'min',
- 'ModuleNamespaceCreate',
- 'NewDeclarativeEnvironment',
- 'NewFunctionEnvironment',
- 'NewGlobalEnvironment',
- 'NewModuleEnvironment',
- 'NewObjectEnvironment',
- 'NewPromiseCapability',
- 'NormalCompletion',
- 'NotifyWaiter',
- 'NumberToRawBytes',
- 'ObjectDefineProperties',
- 'OrdinaryCallBindThis',
- 'OrdinaryCallEvaluateBody',
- 'OrdinaryDelete',
- 'OrdinaryGet',
- 'OrdinaryIsExtensible',
- 'OrdinaryOwnPropertyKeys',
- 'OrdinaryPreventExtensions',
- 'OrdinarySet',
- 'OrdinarySetWithOwnDescriptor',
- 'OrdinaryToPrimitive',
- 'ParseModule',
- 'ParseScript',
- 'PerformEval',
- 'PerformPromiseAll',
- 'PerformPromiseRace',
- 'PerformPromiseThen',
- 'PrepareForOrdinaryCall',
- 'PrepareForTailCall',
- 'PromiseReactionJob',
- 'PromiseResolveThenableJob',
- 'ProxyCreate',
- 'PutValue', // takes a Reference
- 'RawBytesToNumber',
- 'reads-bytes-from',
- 'reads-from',
- 'RegExpAlloc', // creates a regex with uninitialized internal lots
- 'RegExpBuiltinExec',
- 'RegExpInitialize', // initializes allocated regex's internal slots
- 'RejectPromise',
- 'RemoveWaiter',
- 'RemoveWaiters',
- 'RepeatMatcher',
- 'ResolveBinding',
- 'ResolveThisBinding',
- 'ReturnIfAbrupt',
- 'RunJobs',
- 'ScriptEvaluation',
- 'ScriptEvaluationJob',
- 'SerializeJSONArray',
- 'SerializeJSONObject',
- 'SerializeJSONProperty',
- 'SetDefaultGlobalBindings',
- 'SetImmutablePrototype',
- 'SetRealmGlobalObject',
- 'SetValueInBuffer',
- 'SetViewValue',
- 'SharedDataBlockEventSet',
- 'SortCompare', // mystery access to `comparefn` arg
- 'Suspend',
- 'SynchronizeEventSet',
- 'synchronizes-with',
- 'ThrowCompletion',
- 'TimeZoneString',
- 'TopLevelModuleEvaluationJob',
- 'TriggerPromiseReactions',
- 'TypedArrayCreate',
- 'TypedArraySpeciesCreate',
- 'UnicodeMatchProperty',
- 'UnicodeMatchPropertyValue',
- 'UpdateEmpty', // completion records
- 'UTC', // depends on LocalTZA
- 'ValidateAtomicAccess',
- 'ValidateSharedIntegerTypedArray',
- 'ValidateTypedArray',
- 'ValueOfReadEvent',
- 'WordCharacters' // depends on Canonicalize
- ];
- require('./tests').es2019(boundES, ops, expectedMissing);
- require('./helpers/runManifestTest')(require('tape'), ES, 2019);
|