summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/basic/bug696748.js
blob: fe171f976da01a384841ad1851425fde12746318 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
try {
this.watch("b", "".substring);
} catch(exc1) {}
eval("\
var URI = '';\
test();\
function test() {\
  URI += '<zcti application=\"xxxx_demo\">';\
  URI += '<pstn_data>';\
  URI += '<dnis>877-485-xxxx</dnis>';\
  URI += '</pstn_data>';\
  URI >>=  '<keyvalue key=\"name\" value=\"xxx\"/>';\
  URI += '<keyvalue key=\"phone\" value=\"6509309000\"/>';\
}\
test();\
");