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/2017');
var expectedMissing = [
'abs',
'AddWaiter',
'agent-order',
'AgentCanSuspend',
@ -47,6 +46,7 @@ var expectedMissing = [
'CreateSharedByteDataBlock',
'CreateStringIterator',
'CreateUnmappedArgumentsObject',
'DaylightSavingTA',
'Decode',
'DetachArrayBuffer',
'Encode',
@ -59,7 +59,6 @@ var expectedMissing = [
'EvaluateDirectCall',
'EvaluateNew',
'EventSet',
'floor',
'ForBodyEvaluation',
'ForIn/OfBodyEvaluation',
'ForIn/OfHeadEvaluation',
@ -144,7 +143,6 @@ var expectedMissing = [
'ObjectDefineProperties',
'OrdinaryCallBindThis',
'OrdinaryCallEvaluateBody',
'OrdinaryCreateFromConstructor',
'OrdinaryDelete',
'OrdinaryGet',
'OrdinaryIsExtensible',
@ -163,15 +161,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',
@ -191,26 +187,21 @@ var expectedMissing = [
'SetValueInBuffer',
'SetViewValue',
'SharedDataBlockEventSet',
'SortCompare',
'SplitMatch',
'StringCreate',
'StringGetOwnProperty',
'SortCompare', // mystery access to `comparefn` arg
'Suspend',
'TopLevelModuleEvaluationJob',
'ToString Applied to the Number Type',
'TriggerPromiseReactions',
'TypedArrayCreate',
'TypedArraySpeciesCreate',
'UpdateEmpty',
'UTC',
'UTF16Decode',
'UTF16Encoding',
'UpdateEmpty', // completion records
'UTC', // depends on LocalTZA, DaylightSavingTA
'ValidateAtomicAccess',
'ValidateSharedIntegerTypedArray',
'ValidateTypedArray',
'ValueOfReadEvent',
'WakeWaiter',
'WordCharacters',
'WordCharacters', // depends on Canonicalize
'AddRestrictedFunctionProperties',
'synchronizes-with'
];