Imported Upstream version 1.0.0
[platform/upstream/js.git] / js / src / jit-test / tests / jaeger / bug585341.js
1 this.__defineGetter__("x", Float64Array)
2 Function("\
3   with(this) {\
4     eval(\"x\")\
5   }\
6 ")()