Lines Matching refs:TestNoConflict
63 function TestNoConflict(s) { class
107 TestNoConflict(varbinds[v] + '{' + letbinds[l] + '}');
108 TestNoConflict('{' + letbinds[l] + '}' + varbinds[v]);
113 TestNoConflict('for (' + varbinds[v] + '0;) {' + letbinds[l] + '}');
122 TestNoConflict(letbinds[l] + '{ ' + letbinds[k] + '}');
123 TestNoConflict('{' + letbinds[k] +'} ' + letbinds[l]);
126 TestNoConflict('for (' + letbinds[l] + '0;) {' + letbinds[k] + '}');
129 TestNoConflict('for (' + letbinds[k] + '0;) {' + letbinds[l] + '}');
138 TestNoConflict(letbinds[l] + '{' + funbind + '}');
139 TestNoConflict('{' + funbind + '}' + letbinds[l]);
140 TestNoConflict(funbind + '{' + letbinds[l] + '}');
141 TestNoConflict('{' + letbinds[l] + '}' + funbind);
144 TestNoConflict('for (' + letbinds[l] + '0;) {' + funbind + '}');
159 TestNoConflict(varbinds[v] + '{' + funbind + '}');
160 TestNoConflict('{' + funbind + '}' + varbinds[v]);
162 TestNoConflict('for (' + varbinds[v] + '0;) {' + funbind + '}');
167 TestNoConflict('try {} catch(x) {' + varbinds[v] + '}');
172 TestNoConflict('(function (x) {' + varbinds[v] + '})();');
176 TestNoConflict('try {} catch(x) {' + funbind + '}');
179 TestNoConflict('(function (x) {' + funbind + '})();');