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__',
|
2022-05-12 14:15:31 -07:00
|
|
|
'others': [],
|
|
|
|
|
'returned': [],
|
|
|
|
|
'in_args': [],
|
|
|
|
|
},
|
|
|
|
|
];
|