Searched refs:Threw (Results 1 – 14 of 14) sorted by relevance
/external/v8/test/webkit/ |
D | dfg-getter-throw-expected.txt | 129 PASS bar(o) is "Threw exception: Oh hi, I'm an exception!" 130 PASS bar(o) is "Threw exception: Oh hi, I'm an exception!" 131 PASS bar(o) is "Threw exception: Oh hi, I'm an exception!" 132 PASS bar(o) is "Threw exception: Oh hi, I'm an exception!" 133 PASS bar(o) is "Threw exception: Oh hi, I'm an exception!" 134 PASS bar(o) is "Threw exception: Oh hi, I'm an exception!" 135 PASS bar(o) is "Threw exception: Oh hi, I'm an exception!" 136 PASS bar(o) is "Threw exception: Oh hi, I'm an exception!" 137 PASS bar(o) is "Threw exception: Oh hi, I'm an exception!" 138 PASS bar(o) is "Threw exception: Oh hi, I'm an exception!" [all …]
|
/external/v8/test/webkit/fast/js/ |
D | function-toString-parentheses-expected.txt | 237 FAIL compileAndSerialize('(a = b) = c') should be (a = b) = c. Threw exception ReferenceError: Inva… 243 FAIL compileAndSerialize('(a + b) = c') should be (a + b) = c. Threw exception ReferenceError: Inva… 246 FAIL compileAndSerialize('(a *= b) *= c') should be (a *= b) *= c. Threw exception ReferenceError: … 249 FAIL compileAndSerialize('(a = b) *= c') should be (a = b) *= c. Threw exception ReferenceError: In… 255 FAIL compileAndSerialize('(a + b) *= c') should be (a + b) *= c. Threw exception ReferenceError: In… 258 FAIL compileAndSerialize('(a /= b) /= c') should be (a /= b) /= c. Threw exception ReferenceError: … 261 FAIL compileAndSerialize('(a = b) /= c') should be (a = b) /= c. Threw exception ReferenceError: In… 267 FAIL compileAndSerialize('(a + b) /= c') should be (a + b) /= c. Threw exception ReferenceError: In… 270 FAIL compileAndSerialize('(a %= b) %= c') should be (a %= b) %= c. Threw exception ReferenceError: … 273 FAIL compileAndSerialize('(a = b) %= c') should be (a = b) %= c. Threw exception ReferenceError: In… [all …]
|
D | caller-property-expected.txt | 33 FAIL nonStrictCaller(strictCallee) should throw TypeError: Type error. Threw exception TypeError: '… 35 FAIL strictCaller(strictCallee) should throw TypeError: Type error. Threw exception TypeError: 'cal… 37 FAIL nonStrictCaller(boundStrictCallee) should throw TypeError: Type error. Threw exception TypeErr… 39 FAIL strictCaller(boundStrictCallee) should throw TypeError: Type error. Threw exception TypeError:… 42 FAIL nonStrictGetter(strictAccessor) should throw TypeError: Type error. Threw exception TypeError:… 43 FAIL nonStrictSetter(strictAccessor) should throw TypeError: Type error. Threw exception TypeError:… 46 FAIL strictGetter(strictAccessor) should throw TypeError: Type error. Threw exception TypeError: 'c… 47 FAIL strictSetter(strictAccessor) should throw TypeError: Type error. Threw exception TypeError: 'c…
|
D | function-constructor-error-expected.txt | 29 FAIL Function('(i + (j)') should throw SyntaxError: Expected token ')'. Threw exception SyntaxError… 30 FAIL Function('return (i + (j)') should throw SyntaxError: Expected token ')'. Threw exception Synt…
|
D | toString-overrides-expected.txt | 31 FAIL [1].toLocaleString() should be 1. Threw exception TypeError: string is not a function 34 FAIL [/r/].toLocaleString() should be toString2. Threw exception TypeError: string is not a function
|
D | string-fontcolor-expected.txt | 35 FAIL String.prototype.fontcolor.call(undefined) should throw TypeError: Type error. Threw exception… 36 FAIL String.prototype.fontcolor.call(null) should throw TypeError: Type error. Threw exception Type…
|
D | string-fontsize-expected.txt | 36 FAIL String.prototype.fontsize.call(undefined) should throw TypeError: Type error. Threw exception … 37 FAIL String.prototype.fontsize.call(null) should throw TypeError: Type error. Threw exception TypeE…
|
D | string-anchor-expected.txt | 35 FAIL String.prototype.anchor.call(undefined) should throw TypeError: Type error. Threw exception Ty… 36 FAIL String.prototype.anchor.call(null) should throw TypeError: Type error. Threw exception TypeErr…
|
D | string-link-expected.txt | 36 FAIL String.prototype.link.call(undefined) should throw TypeError: Type error. Threw exception Type… 37 FAIL String.prototype.link.call(null) should throw TypeError: Type error. Threw exception TypeError…
|
D | excessive-comma-usage-expected.txt | 31 FAIL new Function(commaExpressionTestString)() should be true. Threw exception RangeError: Maximum …
|
D | date-toisostring-expected.txt | 37 FAIL new Date('1 January -1 UTC').toISOString() should be -000001-01-01T00:00:00.000Z. Threw except…
|
D | arguments-expected.txt | 160 FAIL argumentsConstUndefined() should be [object Arguments]. Threw exception TypeError: Identifier …
|
/external/v8/test/webkit/fast/regex/ |
D | toString-expected.txt | 35 FAIL testForwardSlash("^/$", "/"); should be true. Threw exception SyntaxError: Unexpected end of i… 36 FAIL testForwardSlash("^/$", "/"); should be true. Threw exception SyntaxError: Unexpected end of i… 37 FAIL testForwardSlash("^\/$", "/"); should be true. Threw exception SyntaxError: Unexpected end of … 40 FAIL testForwardSlash("^\\\\/$", "\\/"); should be true. Threw exception SyntaxError: Unexpected en… 41 FAIL testForwardSlash("^\\\\\/$", "\\/"); should be true. Threw exception SyntaxError: Unexpected e… 42 FAIL testForwardSlash("x/x/x", "x\/x\/x"); should be true. Threw exception SyntaxError: Unexpected … 43 FAIL testForwardSlash("x\/x/x", "x\/x\/x"); should be true. Threw exception SyntaxError: Unexpected… 44 FAIL testForwardSlash("x/x\/x", "x\/x\/x"); should be true. Threw exception SyntaxError: Unexpected… 45 FAIL testForwardSlash("x\/x\/x", "x\/x\/x"); should be true. Threw exception SyntaxError: Unexpecte…
|
/external/clang/lib/CodeGen/ |
D | CGObjCMac.cpp | 3886 llvm::Value *Threw = in EmitTryOrSynchronizedStmt() local 3891 CGF.Builder.CreateCondBr(Threw, CatchHandler, CatchBlock); in EmitTryOrSynchronizedStmt()
|