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/2015');
var expectedMissing = [
'abs',
'AddRestrictedFunctionProperties',
'AllocateArrayBuffer',
'AllocateTypedArray',
@ -19,6 +18,7 @@ var expectedMissing = [
'Construct',
'CopyDataBlockBytes',
'CreateArrayFromList',
'CreateArrayIterator',
'CreateBuiltinFunction',
'CreateByteDataBlock',
'CreateDynamicFunction',
@ -30,6 +30,7 @@ var expectedMissing = [
'CreateRealm',
'CreateSetIterator',
'CreateUnmappedArgumentsObject',
'DaylightSavingTA',
'Decode',
'DetachArrayBuffer',
'Encode',
@ -39,7 +40,6 @@ var expectedMissing = [
'EvaluateCall',
'EvaluateDirectCall',
'EvaluateNew',
'floor',
'ForBodyEvaluation',
'ForIn/OfBodyEvaluation',
'ForIn/OfHeadEvaluation',
@ -97,7 +97,7 @@ var expectedMissing = [
'max',
'min',
'ModuleNamespaceCreate',
'msPerDay',
'msPerDay', // constant
'NewDeclarativeEnvironment',
'NewFunctionEnvironment',
'NewGlobalEnvironment',
@ -108,7 +108,6 @@ var expectedMissing = [
'ObjectDefineProperties',
'OrdinaryCallBindThis',
'OrdinaryCallEvaluateBody',
'OrdinaryCreateFromConstructor',
'ParseModule',
'PerformEval',
'PerformPromiseAll',
@ -117,12 +116,10 @@ var expectedMissing = [
'PrepareForOrdinaryCall',
'PrepareForTailCall',
'ProxyCreate',
'PutValue',
'QuoteJSONString',
'RegExpAlloc',
'PutValue', // takes a Reference
'RegExpAlloc', // creates a regex with uninitialized internal lots
'RegExpBuiltinExec',
'RegExpCreate',
'RegExpInitialize',
'RegExpInitialize', // initializes allocated regex's internal slots
'RejectPromise',
'RepeatMatcher',
'ResolveBinding',
@ -135,14 +132,11 @@ var expectedMissing = [
'SetValueInBuffer',
'SetViewValue',
'sign',
'SortCompare',
'SplitMatch',
'StringCreate',
'StringGetIndexProperty',
'SortCompare', // mystery access to `comparefn` arg
'TriggerPromiseReactions',
'TypedArrayFrom',
'UpdateEmpty',
'UTC'
'UpdateEmpty', // completion records
'UTC' // depends on LocalTZA, DaylightSavingTA
];
require('./tests').es2015(boundES, ops, expectedMissing);