2022-05-12 14:15:31 -07:00
|
|
|
// exact-check
|
|
|
|
|
|
|
|
|
|
const EXPECTED = [
|
|
|
|
|
{
|
2023-06-09 16:49:38 +02:00
|
|
|
'query': 'constructor',
|
2022-05-12 14:15:31 -07:00
|
|
|
'others': [],
|
|
|
|
|
'returned': [],
|
|
|
|
|
'in_args': [],
|
|
|
|
|
},
|
|
|
|
|
{
|
2023-06-09 16:49:38 +02:00
|
|
|
'query': '__proto__',
|
2024-11-13 10:46:27 -07:00
|
|
|
'others': [
|
|
|
|
|
{"path": "", "name": "prototype"},
|
|
|
|
|
],
|
2022-05-12 14:15:31 -07:00
|
|
|
'returned': [],
|
|
|
|
|
'in_args': [],
|
|
|
|
|
},
|
|
|
|
|
];
|