mirror of https://github.com/svaarala/duktape.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
249 B
8 lines
249 B
summary: JSON enumeration behavior for Proxy targets is incomplete and uses 'enumerate' trap instead of 'ownKeys' trap
|
|
---
|
|
{"foo":234}
|
|
{"foo":345}
|
|
enumerate should not be called
|
|
{"quux":"key-quux"}
|
|
enumerate should not be called
|
|
{"quux":"key-quux"}
|
|
|