mirror of
https://github.com/bellard/quickjs.git
synced 2025-05-12 19:14:39 +08:00
added 'at' in Array.prototype[Symbol.unscopables]
This commit is contained in:
parent
0c5d59f6a9
commit
f2b0723a9b
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user