Searched refs:varbinds (Results 1 - 1 of 1) sorted by relevance

/external/v8/test/mjsunit/harmony/
H A Dblock-conflicts.js92 var varbinds = [ "var x", variable
103 for (var v = 0; v < varbinds.length; ++v) {
105 TestConflict(letbinds[l] +'; ' + varbinds[v]);
106 TestConflict(varbinds[v] +'; ' + letbinds[l]);
108 TestConflict(letbinds[l] +'; {' + varbinds[v] + '; }');
109 TestConflict('{ ' + varbinds[v] +'; }' + letbinds[l]);
127 for (var v = 0; v < varbinds.length; ++v) {
128 TestConflict('try {} catch (x) { ' + varbinds[v] + '; }');
132 for (var v = 0; v < varbinds.length; ++v) {
133 TestNoConflict('(function (x) { ' + varbinds[
[all...]

Completed in 84 milliseconds