mirror of
https://github.com/bellard/quickjs.git
synced 2025-11-15 10:12:14 +03:00
added 'at' in Array.prototype[Symbol.unscopables]
This commit is contained in:
@@ -51128,6 +51128,7 @@ void JS_AddIntrinsicBaseObjects(JSContext *ctx)
|
|||||||
{
|
{
|
||||||
/* initialize Array.prototype[Symbol.unscopables] */
|
/* initialize Array.prototype[Symbol.unscopables] */
|
||||||
static const char unscopables[] =
|
static const char unscopables[] =
|
||||||
|
"at" "\0"
|
||||||
"copyWithin" "\0"
|
"copyWithin" "\0"
|
||||||
"entries" "\0"
|
"entries" "\0"
|
||||||
"fill" "\0"
|
"fill" "\0"
|
||||||
|
|||||||
Reference in New Issue
Block a user