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