?
u
/
p
1-9
The abstract operation ArrayCreate takes argument length (a non-negative
It performs the following steps when called:
The abstract operation GetTemplateObject takes argument templateLiteral (a
It performs the following steps when called:
The creation of a template object cannot result in an
Each
Future editions of this specification may define additional non-enumerable properties of template objects.
When the isTemplateObject
method is called with argument value the following steps are taken:
IsTemplateObject is
In user code, Reflect.isTemplateObject(x) && x instanceof Array
is an equivalent test, assuming no changes to builtins.