/external/webkit/LayoutTests/fast/dom/EntityReference/script-tests/ |
D | readonly-exceptions.js | 7 shouldThrow("xmlDoc2.adoptNode(entityReference)"); 13 shouldThrow("entityReference.nodeValue = 'foo'"); 16 shouldThrow("entityReference.prefix = 'foo'"); 19 shouldThrow("entityReference.textContent = 'foo'"); 25 shouldThrow("entityReference.appendChild(text)"); 30 shouldThrow("entityReference.insertBefore(text, entityReference.firstChild)");
|
/external/webkit/Source/JavaScriptCore/API/tests/ |
D | testapi.js | 57 function shouldThrow(a) function 165 shouldThrow("MyObject.nullGetSet = 1"); 166 shouldThrow("MyObject.nullGetSet"); 167 shouldThrow("MyObject.nullCall()"); 168 shouldThrow("MyObject.hasPropertyLie"); 238 shouldThrow("undefined instanceof EvilExceptionObject"); 243 shouldThrow("EvilExceptionObject*5"); 245 shouldThrow("String(EvilExceptionObject)");
|
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
D | AbstractListeningExecutorServiceTest.java | 155 shouldThrow(); in testSubmitFailedPrivilegedExceptionAction() 171 shouldThrow(); in testExecuteNullRunnable() 182 shouldThrow(); in testSubmitNullCallable() 238 shouldThrow(); in testSubmitEE() 252 shouldThrow(); in testInvokeAny1() 266 shouldThrow(); in testInvokeAny2() 286 shouldThrow(); in testInvokeAny3() 302 shouldThrow(); in testInvokeAny4() 333 shouldThrow(); in testInvokeAll1() 364 shouldThrow(); in testInvokeAll3() [all …]
|
D | AtomicDoubleArrayTest.java | 72 shouldThrow(); in testConstructor2NPE() 95 shouldThrow(); in testConstructorEmptyArray() 107 shouldThrow(); in testConstructorZeroLength() 119 shouldThrow(); in testIndexing() 123 shouldThrow(); in testIndexing() 127 shouldThrow(); in testIndexing() 131 shouldThrow(); in testIndexing() 135 shouldThrow(); in testIndexing() 139 shouldThrow(); in testIndexing() 143 shouldThrow(); in testIndexing()
|
D | JSR166TestCase.java | 574 shouldThrow(); in assertFutureTimesOut() 585 public void shouldThrow() { in shouldThrow() method in JSR166TestCase 592 public void shouldThrow(String exceptionName) { in shouldThrow() method in JSR166TestCase 1196 shouldThrow(); 1200 shouldThrow(); 1204 shouldThrow();
|
/external/webkit/LayoutTests/fast/dom/TreeWalker/script-tests/ |
D | filter-throw.js | 14 shouldThrow("walker.firstChild();"); 16 shouldThrow("walker.nextNode();walker.currentNode.id"); 27 shouldThrow("walker.firstChild();"); 29 shouldThrow("walker.nextNode();walker.currentNode.id");
|
D | acceptNode-filter.js | 49 shouldThrow("walker.firstChild();"); 51 shouldThrow("walker.nextNode();"); 57 shouldThrow("walker.firstChild();"); 59 shouldThrow("walker.nextNode();");
|
/external/webkit/LayoutTests/fast/js/resources/ |
D | getOwnPropertyDescriptor.js | 75 shouldThrow("Object.getOwnPropertyDescriptor(null)"); 76 shouldThrow("Object.getOwnPropertyDescriptor(undefined)"); 77 shouldThrow("Object.getOwnPropertyDescriptor(1)"); 78 shouldThrow("Object.getOwnPropertyDescriptor('')"); 79 shouldThrow("Object.getOwnPropertyDescriptor(true)"); 80 shouldThrow("Object.getOwnPropertyDescriptor(false)");
|
D | string-concatenate-outofmemory.js | 5 shouldThrow('s = "a"; while (1) { s += s; }', '"Error: Out of memory"'); // Expand at end of string 6 shouldThrow('s = "a"; while (1) { s += ("a" + s); }', '"Error: Out of memory"'); // Expand at begin… 7 shouldThrow('s = "a"; while (1) { s = [s, s].join(); }', '"Error: Out of memory"'); // Expand using…
|
D | const.js | 6 shouldThrow("const redef='a'; const redef='a';");
|
D | standalone-pre.js | 120 function shouldThrow(_a, _e) function
|
D | js-test-pre.js | 261 function shouldThrow(_a, _e) function
|
D | JSON-stringify.js | 500 shouldThrow('tests[i](nativeJSON)');
|
D | JSON-parse.js | 556 shouldThrow('tests[i](nativeJSON)');
|
/external/webkit/LayoutTests/fast/dom/Selection/script-tests/ |
D | collapseToX-empty-selection.js | 7 shouldThrow("sel.collapseToStart()", "'Error: INVALID_STATE_ERR: DOM Exception 11'"); 8 shouldThrow("sel.collapseToEnd()", "'Error: INVALID_STATE_ERR: DOM Exception 11'");
|
/external/webkit/LayoutTests/fast/dom/Node/script-tests/ |
D | initial-values.js | 62 shouldThrow("document.createCDATASection('foo')"); 170 shouldThrow("document.createEntityReference('gt')"); 181 shouldThrow("document.createProcessingInstruction('xml-stylesheet', 'type=\"text/xsl\" href=\"missi…
|
/external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/ |
D | argument-types.js | 16 shouldThrow(expression, '(function() { return "' + expectedException + '"; })();'); 18 …shouldThrow(expression, '(function() { return "Error: TYPE_MISMATCH_ERR: DOM Exception 17"; })();'…
|
/external/guava/guava-tests/test/com/google/common/io/ |
D | CloseablesTest.java | 127 private void setupCloseable(boolean shouldThrow) throws IOException { in setupCloseable() argument 130 if (shouldThrow) { in setupCloseable()
|
/external/v8/test/mjsunit/regress/ |
D | regress-1355.js | 39 function shouldThrow() { function
|
/external/webkit/Source/WebCore/bindings/js/ |
D | JSDOMWindowShell.cpp | 108 …* exec, const JSC::Identifier& propertyName, JSC::PropertyDescriptor& descriptor, bool shouldThrow) in defineOwnProperty() argument 110 return m_window->defineOwnProperty(exec, propertyName, descriptor, shouldThrow); in defineOwnProperty()
|
D | JSDOMWindowShell.h | 82 …(JSC::ExecState*, const JSC::Identifier& propertyName, JSC::PropertyDescriptor&, bool shouldThrow);
|
D | JSDOMWindowCustom.cpp | 416 …* exec, const JSC::Identifier& propertyName, JSC::PropertyDescriptor& descriptor, bool shouldThrow) in defineOwnProperty() argument 421 return Base::defineOwnProperty(exec, propertyName, descriptor, shouldThrow); in defineOwnProperty()
|
/external/webkit/LayoutTests/fast/dom/DeviceMotion/script-tests/ |
D | optional-event-properties.js | 11 shouldThrow(expression, '(function() { return "' + expectedException + '"; })();');
|
/external/webkit/LayoutTests/http/tests/cookies/resources/ |
D | cookies-test-pre.js | 127 function shouldThrow(_a, _e) function
|
/external/webkit/Source/JavaScriptCore/runtime/ |
D | JSObject.h | 204 …fineOwnProperty(ExecState*, const Identifier& propertyName, PropertyDescriptor&, bool shouldThrow);
|