HomeSort by relevance Sort by last modified time
    Searched refs:cnFAILURE (Results 1 - 4 of 4) sorted by null

  /external/webkit/JavaScriptCore/tests/mozilla/ecma_3/RegExp/
15.10.3.1-1.js 51 var cnFAILURE = 'RegExp() did NOT return the supplied RegExp object';
96 actual = (obj == RegExp(obj))? cnSUCCESS : cnFAILURE;
15.10.3.1-2.js 59 var cnFAILURE = 'RegExp() did NOT return the supplied RegExp object';
104 actual = (obj == RegExp(obj, undefined))? cnSUCCESS : cnFAILURE ;
15.10.4.1-5-n.js 50 var cnFAILURE = 'Expected an exception to be thrown, but none was -';
96 reportFailure(cnFAILURE);
regress-57631.js 35 var cnFAILURE = 'not a SyntaxError';
110 actual = (e instanceof SyntaxError)? cnSUCCESS : cnFAILURE;

Completed in 130 milliseconds