mirror of
https://github.com/bellard/quickjs.git
synced 2026-03-31 12:18:01 +00: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] */
|
||||
static const char unscopables[] =
|
||||
"at" "\0"
|
||||
"copyWithin" "\0"
|
||||
"entries" "\0"
|
||||
"fill" "\0"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user