Update checked-in dependencies

This commit is contained in:
github-actions[bot] 2021-07-27 16:54:26 +00:00
parent 6b0d45a5c6
commit cc1adb825a
4247 changed files with 144820 additions and 149530 deletions

View file

@ -6,7 +6,6 @@ var boundES = require('./helpers/createBoundESNamespace')(ES);
var ops = require('../operations/2018');
var expectedMissing = [
'abs',
'AddRestrictedFunctionProperties',
'AddWaiter',
'agent-order',
@ -70,7 +69,6 @@ var expectedMissing = [
'EvaluateCall',
'EvaluateNew',
'EventSet',
'floor',
'ForBodyEvaluation',
'ForIn/OfBodyEvaluation',
'ForIn/OfHeadEvaluation',
@ -160,7 +158,6 @@ var expectedMissing = [
'ObjectDefineProperties',
'OrdinaryCallBindThis',
'OrdinaryCallEvaluateBody',
'OrdinaryCreateFromConstructor',
'OrdinaryDelete',
'OrdinaryGet',
'OrdinaryIsExtensible',
@ -180,15 +177,13 @@ var expectedMissing = [
'PromiseReactionJob',
'PromiseResolveThenableJob',
'ProxyCreate',
'PutValue',
'QuoteJSONString',
'PutValue', // takes a Reference
'RawBytesToNumber',
'reads-bytes-from',
'reads-from',
'RegExpAlloc',
'RegExpAlloc', // creates a regex with uninitialized internal lots
'RegExpBuiltinExec',
'RegExpCreate',
'RegExpInitialize',
'RegExpInitialize', // initializes allocated regex's internal slots
'RejectPromise',
'RemoveWaiter',
'RemoveWaiters',
@ -203,16 +198,12 @@ var expectedMissing = [
'SerializeJSONObject',
'SerializeJSONProperty',
'SetDefaultGlobalBindings',
'SetFunctionLength',
'SetImmutablePrototype',
'SetRealmGlobalObject',
'SetValueInBuffer',
'SetViewValue',
'SharedDataBlockEventSet',
'SortCompare',
'SplitMatch',
'StringCreate',
'StringGetOwnProperty',
'SortCompare', // mystery access to `comparefn` arg
'Suspend',
'synchronizes-with',
'ThrowCompletion',
@ -221,19 +212,16 @@ var expectedMissing = [
'TriggerPromiseReactions',
'TypedArrayCreate',
'TypedArraySpeciesCreate',
'UnicodeEscape',
'UnicodeMatchProperty',
'UnicodeMatchPropertyValue',
'UpdateEmpty',
'UTC',
'UTF16Decode',
'UTF16Encoding',
'UpdateEmpty', // completion records
'UTC', // depends on LocalTZA
'ValidateAtomicAccess',
'ValidateSharedIntegerTypedArray',
'ValidateTypedArray',
'ValueOfReadEvent',
'WakeWaiter',
'WordCharacters'
'WordCharacters' // depends on Canonicalize
];
require('./tests').es2018(boundES, ops, expectedMissing);