Home
last modified time | relevance | path

Searched refs:Threw (Results 1 – 14 of 14) sorted by relevance

/external/v8/test/webkit/
Ddfg-getter-throw-expected.txt129 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/
Dfunction-toString-parentheses-expected.txt237 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 …]
Dcaller-property-expected.txt33 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…
Dfunction-constructor-error-expected.txt29 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…
DtoString-overrides-expected.txt31 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
Dstring-fontcolor-expected.txt35 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…
Dstring-fontsize-expected.txt36 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…
Dstring-anchor-expected.txt35 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…
Dstring-link-expected.txt36 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…
Dexcessive-comma-usage-expected.txt31 FAIL new Function(commaExpressionTestString)() should be true. Threw exception RangeError: Maximum …
Ddate-toisostring-expected.txt37 FAIL new Date('1 January -1 UTC').toISOString() should be -000001-01-01T00:00:00.000Z. Threw except…
Darguments-expected.txt160 FAIL argumentsConstUndefined() should be [object Arguments]. Threw exception TypeError: Identifier …
/external/v8/test/webkit/fast/regex/
DtoString-expected.txt35 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/
DCGObjCMac.cpp3886 llvm::Value *Threw = in EmitTryOrSynchronizedStmt() local
3891 CGF.Builder.CreateCondBr(Threw, CatchHandler, CatchBlock); in EmitTryOrSynchronizedStmt()