?
u
m
/
p
1-9
The Object
extends
clause of a class definition.This function performs the following steps when called:
The Object
This function copies the values of all of the enumerable own properties from one or more source objects to a target object.
It performs the following steps when called:
The
This function creates a new object with a specified prototype.
It performs the following steps when called:
This function adds own properties and/or updates the attributes of existing own properties of an object.
It performs the following steps when called:
The abstract operation ObjectDefineProperties takes arguments O (an Object) and Properties (an
This function adds an own property and/or updates the attributes of an existing own property of an object.
It performs the following steps when called:
This function performs the following steps when called:
This function performs the following steps when called:
This function performs the following steps when called:
This function performs the following steps when called:
This function performs the following steps when called:
This function performs the following steps when called:
This function performs the following steps when called:
The abstract operation GetOwnPropertyKeys takes arguments O (an
This function performs the following steps when called:
callback should be a function that accepts two arguments. groupBy
calls callback once for each element in items, in ascending order, and constructs a new object. Each value returned by callback is coerced to a
callback is called with two arguments: the value of the element and the index of the element.
The return value of groupBy
is an object that does not inherit from
This function performs the following steps when called:
This function performs the following steps when called:
This function performs the following steps when called:
This function performs the following steps when called:
This function performs the following steps when called:
This function performs the following steps when called:
This function performs the following steps when called:
This function performs the following steps when called:
The initial value of Object.prototype
is the
This property has the attributes { [[Writable]]:
This function performs the following steps when called:
This function performs the following steps when called:
This function performs the following steps when called:
The Object prototype object:
The initial value of Object.prototype.constructor
is
This method performs the following steps when called:
This method performs the following steps when called:
This method performs the following steps when called:
This method does not consider objects in the prototype chain.
This method performs the following steps when called:
The optional parameters to this method are not used but are intended to correspond to the parameter pattern used by ECMA-402 toLocaleString
methods. Implementations that do not include ECMA-402 support must not use those parameter positions for other purposes.
This method provides a generic toLocaleString
implementation for objects that have no locale-sensitive toString
behaviour. Array
, Number
, Date
, and toLocaleString
methods.
ECMA-402 intentionally does not provide an alternative to this default implementation.
This method performs the following steps when called:
Historically, this method was occasionally used to access the String value of the [[Class]] internal slot that was used in previous editions of this specification as a nominal type tag for various built-in objects. The above definition of toString
preserves compatibility for legacy code that uses toString
as a test for those specific kinds of built-in objects. It does not provide a reliable type testing mechanism for other kinds of built-in or program defined objects. In addition, programs can use
This method performs the following steps when called:
Object.prototype.__proto__
is an
The value of the [[Get]] attribute is a built-in function that requires no arguments. It performs the following steps when called:
The value of the [[Set]] attribute is a built-in function that takes an argument proto. It performs the following steps when called:
This method performs the following steps when called:
This method performs the following steps when called:
This method performs the following steps when called:
This method performs the following steps when called:
Object instances have no special properties beyond those inherited from the
The Function
Function(…)
is equivalent to the object creation expression new Function(…)
with the same arguments.extends
clause of a class definition. Subclass super
call to the Function The last argument (if any) specifies the body (executable code) of a function; any preceding arguments specify formal parameters.
This function performs the following steps when called:
It is permissible but not necessary to have one argument for each formal parameter to be specified. For example, all three of the following expressions produce the same result:
new Function("a", "b", "c", "return a+b+c")
new Function("a, b, c", "return a+b+c")
new Function("a,b", "c", "return a+b+c")
The abstract operation CreateDynamicFunction takes arguments constructor (a new
was initially applied to. parameterArgs and bodyArg reflect the argument values that were passed to constructor. It performs the following steps when called:
new Function("/*", "*/ ) {")
does not evaluate to a function.CreateDynamicFunction defines a
The Function
The value of Function.prototype
is the
This property has the attributes { [[Writable]]:
The Function prototype object:
new
operator.The Function prototype object is specified to be a
This method performs the following steps when called:
The thisArg value is passed without modification as the
If func is either an arrow function or a
This method performs the following steps when called:
Function.prototype.bind
are
If Target is either an arrow function or a
This method performs the following steps when called:
The thisArg value is passed without modification as the
If func is either an arrow function or a
The initial value of Function.prototype.constructor
is
This method performs the following steps when called:
This method performs the following steps when called:
This property has the attributes { [[Writable]]:
This is the default implementation of %Symbol.hasInstance%
that most functions inherit. %Symbol.hasInstance%
is called by the instanceof
operator to determine whether a value is an instance of a specific
v instanceof F
evaluates as
F[%Symbol.hasInstance%](v)
A instanceof
by exposing a different %Symbol.hasInstance%
method on the function.
This property is non-writable and non-configurable to prevent tampering that could be used to globally expose the target function of a bound function.
The value of the
Every Function instance is an ECMAScript Function.prototype.bind
method (
Function instances have the following properties:
The value of the
The value of the
Anonymous functions objects that do not have a contextual name associated with them by this specification use the empty String as the value of the
Function instances that can be used as a
This property has the attributes { [[Writable]]:
Function.prototype.bind
, or by evaluating a
The
An implementation of HostHasSourceTextAvailable must conform to the following requirements:
The default implementation of HostHasSourceTextAvailable is to return
The Boolean
extends
clause of a class definition. Subclass super
call to the Boolean This function performs the following steps when called:
The Boolean
The initial value of Boolean.prototype
is the
This property has the attributes { [[Writable]]:
The Boolean prototype object:
The initial value of Boolean.prototype.constructor
is
This method performs the following steps when called:
This method performs the following steps when called:
The abstract operation ThisBooleanValue takes argument value (an
Boolean instances are
The Symbol
new
operator.extends
clause of a class definition but a super
call to it will cause an exception.This function performs the following steps when called:
The Symbol
The initial value of Symbol.asyncIterator
is the well-known symbol
This property has the attributes { [[Writable]]:
This function performs the following steps when called:
The GlobalSymbolRegistry is an append-only
The initial value of Symbol.hasInstance
is the well-known symbol
This property has the attributes { [[Writable]]:
The initial value of Symbol.isConcatSpreadable
is the well-known symbol
This property has the attributes { [[Writable]]:
The initial value of Symbol.iterator
is the well-known symbol
This property has the attributes { [[Writable]]:
This function performs the following steps when called:
The initial value of Symbol.match
is the well-known symbol
This property has the attributes { [[Writable]]:
The initial value of Symbol.matchAll
is the well-known symbol
This property has the attributes { [[Writable]]:
The initial value of Symbol.prototype
is the
This property has the attributes { [[Writable]]:
The initial value of Symbol.replace
is the well-known symbol
This property has the attributes { [[Writable]]:
The initial value of Symbol.search
is the well-known symbol
This property has the attributes { [[Writable]]:
The initial value of Symbol.species
is the well-known symbol
This property has the attributes { [[Writable]]:
The initial value of Symbol.split
is the well-known symbol
This property has the attributes { [[Writable]]:
The initial value of Symbol.toPrimitive
is the well-known symbol
This property has the attributes { [[Writable]]:
The initial value of Symbol.toStringTag
is the well-known symbol
This property has the attributes { [[Writable]]:
The initial value of Symbol.unscopables
is the well-known symbol
This property has the attributes { [[Writable]]:
The Symbol prototype object:
The initial value of Symbol.prototype.constructor
is
Symbol.prototype.description
is an
This method performs the following steps when called:
The abstract operation SymbolDescriptiveString takes argument sym (a Symbol) and returns a String. It performs the following steps when called:
This method performs the following steps when called:
The abstract operation ThisSymbolValue takes argument value (an
This method is called by ECMAScript language operators to convert a Symbol object to a primitive value.
It performs the following steps when called:
The argument is ignored.
This property has the attributes { [[Writable]]:
The value of the
The initial value of the
This property has the attributes { [[Writable]]:
Symbol instances are
The abstract operation KeyForSymbol takes argument sym (a Symbol) and returns a String or
Instances of Error objects are thrown as exceptions when runtime errors occur. The Error objects may also serve as base objects for user-defined exception classes.
When an ECMAScript implementation detects a runtime error, it throws a new instance of one of the NativeError objects defined in
The Error
Error(…)
is equivalent to the object creation expression new Error(…)
with the same arguments.extends
clause of a class definition. Subclass super
call to the Error This function performs the following steps when called:
The Error
The initial value of Error.prototype
is the
This property has the attributes { [[Writable]]:
The Error prototype object:
The initial value of Error.prototype.constructor
is
The initial value of Error.prototype.message
is the empty String.
The initial value of Error.prototype.name
is
This method performs the following steps when called:
Error instances are Object.prototype.toString
.
A new instance of one of the NativeError objects below or of the AggregateError object is thrown when a runtime error is detected. All NativeError objects share the same structure, as described in
The EvalError
This exception is not currently used within this specification. This object remains for compatibility with previous editions of this specification.
The RangeError
Indicates a value that is not in the set or range of allowable values.
The ReferenceError
Indicate that an invalid reference has been detected.
The SyntaxError
Indicates that a parsing error has occurred.
The TypeError
TypeError is used to indicate an unsuccessful operation when none of the other NativeError objects are an appropriate indication of the failure cause.
The URIError
Indicates that one of the global URI handling functions was used in a way that is incompatible with its definition.
Each of these objects has the structure described below, differing only in the name used as the
For each error object, references to NativeError in the definition should be replaced with the appropriate error object name from
Each NativeError
NativeError(…)
is equivalent to the object creation expression new NativeError(…)
with the same arguments.extends
clause of a class definition. Subclass super
call to the NativeError Each NativeError function performs the following steps when called:
"%NativeError.prototype%"
, « [[ErrorData]] »).The actual value of the string passed in step
Each NativeError
The initial value of NativeError.prototype
is a NativeError prototype object (
This property has the attributes { [[Writable]]:
Each NativeError prototype object:
The initial value of the
The initial value of the
The initial value of the
NativeError instances are Object.prototype.toString
(
The AggregateError
AggregateError(…)
is equivalent to the object creation expression new AggregateError(…)
with the same arguments.extends
clause of a class definition. Subclass super
call to the AggregateError This function performs the following steps when called:
The AggregateError
The initial value of AggregateError.prototype
is
This property has the attributes { [[Writable]]:
The AggregateError prototype object:
The initial value of AggregateError.prototype.constructor
is
The initial value of AggregateError.prototype.message
is the empty String.
The initial value of AggregateError.prototype.name
is
AggregateError instances are Object.prototype.toString
(
The abstract operation InstallErrorCause takes arguments O (an Object) and options (an