You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, the Call AO's argument list parameter is currently optional, which can make it a footgun for authors and a bit misleading for readers. We should make it mandatory. See tc39/proposal-upsert#65.
ToPrimitive preferredType
Call argumentsList
Construct argumentsList
Construct newTarget
CreateListFromArrayLike validElementTypes
Invoke argumentsList
IteratorNext value
ResolveBinding env
OrdinaryObjectCreate additionalInternalSlotsList
OrdinaryCreateFromConstructor internalSlotsList
MakeConstructor writablePrototype
MakeConstructor prototype
SetFunctionName prefix
CreateBuiltinFunction realm
CreateBuiltinFunction prototype
CreateBuiltinFunction prefix
ArrayCreate proto
ForIn/OfBodyEvaluation iteratorKind
InstantiateOrdinaryFunctionExpression name
InstantiateArrowFunctionExpression name
DefineMethod functionPrototype
InstantiateGeneratorFunctionExpression name
InstantiateAsyncGeneratorFunctionExpression name
InstantiateAsyncFunctionExpression name
InstantiateAsyncArrowFunctionExpression name
LoadRequestedModules hostDefined
GetExportedNames exportStarSet
ResolveExport resolveSet
ExecuteModule capability
FlattenIntoArray mapperFunction
FlattenIntoArray thisArg
AllocateTypedArray length
AllocateArrayBuffer maxByteLength
DetachArrayBuffer key
GetValueFromBuffer isLittleEndian
SetValueInBuffer isLittleEndian
AllocateSharedArrayBuffer maxByteLength
ValidateAtomicAccessOnIntegerTypedArray waitable
PerformPromiseThen resultCapability
CreateIteratorFromClosure extraSlots
AsyncGeneratorCompleteStep realm
The text was updated successfully, but these errors were encountered:
For example, the
Call
AO's argument list parameter is currently optional, which can make it a footgun for authors and a bit misleading for readers. We should make it mandatory. See tc39/proposal-upsert#65.The text was updated successfully, but these errors were encountered: