17 lines
264 B
JavaScript
17 lines
264 B
JavaScript
// exact-check
|
|
|
|
const EXPECTED = [
|
|
{
|
|
'query': 'constructor',
|
|
'others': [],
|
|
'returned': [],
|
|
'in_args': [],
|
|
},
|
|
{
|
|
'query': '__proto__',
|
|
'others': [],
|
|
'returned': [],
|
|
'in_args': [],
|
|
},
|
|
];
|