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

  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Object/
regress-96284-001.js 43 var cnTestString = '"This is a \" STUPID \" test string!!!"\\';
48 obj1 = Error(cnTestString);
55 obj1 = EvalError(cnTestString);
62 obj1 = RangeError(cnTestString);
69 obj1 = ReferenceError(cnTestString);
76 obj1 = SyntaxError(cnTestString);
83 obj1 = TypeError(cnTestString);
90 obj1 = URIError(cnTestString);
99 obj1 = new String(cnTestString);
106 obj1 = {color:'red', texture:cnTestString, hasOwnProperty:42}
    [all...]
regress-96284-002.js 43 var cnTestString = '"This is a \" STUPID \" test string!!!"\\';
48 obj1 = Error(cnTestString);
55 obj1 = EvalError(cnTestString);
62 obj1 = RangeError(cnTestString);
69 obj1 = ReferenceError(cnTestString);
76 obj1 = SyntaxError(cnTestString);
83 obj1 = TypeError(cnTestString);
90 obj1 = URIError(cnTestString);
99 obj1 = new String(cnTestString);
106 obj1 = {color:'red', texture:cnTestString, hasOwnProperty:42}
    [all...]

Completed in 136 milliseconds