Lines Matching refs:TestNoConflict
61 function TestNoConflict(s) { class
105 TestNoConflict(varbinds[v] + '{' + letbinds[l] + '}');
106 TestNoConflict('{' + letbinds[l] + '}' + varbinds[v]);
111 TestNoConflict('for (' + varbinds[v] + '0;) {' + letbinds[l] + '}');
120 TestNoConflict(letbinds[l] + '{ ' + letbinds[k] + '}');
121 TestNoConflict('{' + letbinds[k] +'} ' + letbinds[l]);
124 TestNoConflict('for (' + letbinds[l] + '0;) {' + letbinds[k] + '}');
127 TestNoConflict('for (' + letbinds[k] + '0;) {' + letbinds[l] + '}');
136 TestNoConflict(letbinds[l] + '{' + funbind + '}');
137 TestNoConflict('{' + funbind + '}' + letbinds[l]);
138 TestNoConflict(funbind + '{' + letbinds[l] + '}');
139 TestNoConflict('{' + letbinds[l] + '}' + funbind);
142 TestNoConflict('for (' + letbinds[l] + '0;) {' + funbind + '}');
157 TestNoConflict(varbinds[v] + '{' + funbind + '}');
158 TestNoConflict('{' + funbind + '}' + varbinds[v]);
160 TestNoConflict('for (' + varbinds[v] + '0;) {' + funbind + '}');
165 TestNoConflict('try {} catch(x) {' + varbinds[v] + '}');
170 TestNoConflict('(function (x) {' + varbinds[v] + '})();');
174 TestNoConflict('try {} catch(x) {' + funbind + '}');
177 TestNoConflict('(function (x) {' + funbind + '})();');