comparison: js/src/jit-test/tests/jaeger/bug684084-2.js
js/src/jit-test/tests/jaeger/bug684084-2.js
- branch
- TOR_BUG_9701
- changeset 15
- b8a032363ba2
equal
deleted
inserted
replaced
|
1 function Function() { |
|
2 try { |
|
3 var g = this; |
|
4 g.c("evil", eval); |
|
5 } catch(b) {} |
|
6 } |
|
7 var o0 = Function.prototype; |
|
8 var f = new Function( (null ) ); |