Searched refs:codeString (Results 1 – 2 of 2) sorted by relevance
34 function Test262Error(id, path, description, codeString, argument41 this.code = codeString;
81 String codeString = Integer.toString(sl.statusCode); in match() local83 if (codeString.charAt(0) != mycode.charAt(0)) in match()