HomeSort by relevance Sort by last modified time
    Searched refs:throws (Results 1 - 25 of 81) sorted by null

1 2 3 4

  /external/webkit/LayoutTests/fast/js/resources/
JSON-parse.js 7 result[result.length - 1].throws = true;
11 result[result.length - 1].throws = true;
21 result[result.length - 1].throws = true;
25 result[result.length - 1].throws = true;
32 result[result.length - 1].throws = true;
39 result[result.length - 1].throws = true;
43 result[result.length - 1].throws = true;
47 result[result.length - 1].throws = true;
51 result[result.length - 1].throws = true;
55 result[result.length - 1].throws = true
    [all...]
JSON-stringify.js 90 result[result.length - 1].throws = true;
97 result[result.length - 1].throws = true;
101 result[result.length - 1].throws = true;
107 result[result.length - 1].throws = true;
391 result[result.length - 1].throws = true;
406 result[result.length - 1].throws = true;
499 if (tests[i].throws)
  /cts/tests/tests/webkitsecurity/assets/
location-new-window-no-crash.js 17 shouldBe("testWindow.location.host", "''"); // Firefox throws an exception
18 shouldBe("testWindow.location.hostname", "''"); // Firefox throws an exception
25 shouldBe("testWindow.location.protocol = 'data'", "'data'"); // Firefox throws an exception
26 shouldBe("testWindow.location.host = 'c'", "'c'"); // Firefox throws an exception
27 shouldBe("testWindow.location.hostname = 'd'", "'d'"); // Firefox throws an exception
28 shouldBe("testWindow.location.port = 'e'", "'e'"); // Firefox throws an exception
29 shouldBe("testWindow.location.pathname = 'f'", "'f'"); // Firefox throws an exception
40 shouldBe("testWindow.location.host", "''"); // Firefox throws an exception
41 shouldBe("testWindow.location.hostname", "''"); // Firefox throws an exception
  /dalvik/vm/mterp/armv5te/
OP_THROW_VERIFICATION_ERROR.S 3 * Handle a throw-verification-error instruction. This throws an
12 bl dvmThrowVerificationError @ always throws
  /external/proguard/examples/dictionaries/
keywords.txt 42 throws
  /prebuilts/tools/common/proguard/proguard4.7/examples/dictionaries/
keywords.txt 42 throws
  /external/v8/test/preparser/
testcfg.py 37 def __init__(self, root, path, executable, mode, throws, context, source):
41 self.throws = throws
62 if (self.throws):
63 result += ['throws'] + self.throws
102 throws = None
104 throws = [expectation]
108 mode, throws, self.context,
138 throws = None
    [all...]
  /external/v8/preparser/
preparser-process.cc 45 // Optionally this can be followed by the word "throws" (case sensitive),
130 bool throws() { function in class:PreparseDataInterpreter
137 if (!throws()) return NULL;
152 if (!throws()) return -1;
158 if (!throws()) return -1;
225 : throws(false), type(NULL), beg_pos(-1), end_pos(-1) { }
226 bool throws; member in struct:ExceptionExpectation
236 if (expects->throws) {
237 if (!reader.throws()) {
263 } else if (reader.throws()) {
    [all...]
  /external/clang/test/SemaCXX/
exceptions.cpp 28 void throws() { function
  /external/webkit/LayoutTests/fast/dom/HTMLAnchorElement/script-tests/
set-href-attribute-protocol.js 10 // IE8 throws "Invalid argument" exception.
20 // IE8 throws "Invalid argument" exception.
37 // IE8 throws "Invalid argument" exception.
53 // IE8 throws "Invalid argument" exception.
set-href-attribute-host.js 10 // IE8 throws "The URL is invalid" exception.
70 // IE8 throws if the host contains '/'
86 // IE8 throws an "Object Error" exception.
87 // Firefox 3.5.2 accepts this but throws an exception later
98 // IE8 throws a security exception if the host contains '@'
set-href-attribute-pathname.js 10 // IE8 throws an "Invalid URL" exception.
20 // IE8 throws an "Invalid URL" exception.
53 // IE8 throws a security exception.
set-href-attribute-hostname.js 10 // IE8 throws an exception "The URL is invalid".
57 // IE8 throws an exception "The URL is invalid".
set-href-attribute-search.js 21 // IE8 throws "The URL is invalid" exception.
  /dalvik/vm/reflect/
Proxy.cpp 35 Method** outMethods, ArrayObject* throws);
38 static void updateExceptionClassList(const Method* method, PointerSet* throws);
70 ArrayObject* throws = NULL; local
142 if (!gatherMethods(interfaces, &methods, &throws, &methodCount)) {
180 sfield->name = "throws";
183 dvmSetStaticFieldObject(sfield, (Object*)throws);
223 dvmReleaseTrackedAlloc((Object*) throws, NULL);
243 ArrayObject* throws = NULL; local
323 throws = dvmAllocArrayByClass(arrArrClass, allCount, ALLOC_DEFAULT);
328 actualCount = copyWithoutDuplicates(allMethods, allCount, methods, throws);
1004 const ArrayObject* throws = (ArrayObject*) dvmGetStaticFieldObject(sfield); local
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/
filter-mode.rb 78 public static void main(String[] args) throws Exception {
130 ('throws' WS QID WS? (',' WS? QID WS?)*)? '{'
212 public static void main(String[] args) throws Exception {
  /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
callback-exception.js 1 description("Tests that when an exception is thrown in the success callback, the error callback is not invoked. Note that this test throws an exception which is not caught.");
  /external/webkit/LayoutTests/fast/events/touch/script-tests/
document-create-touch-list.js 35 // Test createTouchList with invalid arguments which throws exceptions.
  /external/v8/test/mjsunit/
extra-commas.js 36 assertTrue(caught, "throws exception");
function-without-prototype.js 37 // Tests that construction from function throws.
  /external/clang/test/SemaTemplate/
instantiate-exception-spec-cxx11.cpp 113 template <typename T> void f2(T) noexcept(T::throws); // expected-note {{candidate}}
  /external/webkit/LayoutTests/fast/dom/DOMImplementation/script-tests/
createDocument-namespace-err.js 119 // Gecko throws "undefined" if createDocument isn't
140 // Moz throws a "Not enough arguments" exception in these, we don't:
  /external/v8/test/mjsunit/regress/
regress-1118.js 40 // This function throws if o does not have an f property, and should not be
regress-1129.js 32 // Create RegExp that is syntactically correct, but throws a stack overflow
regress-1160.js 31 // does not crash and throws an illegal argument exception instead

Completed in 313 milliseconds

1 2 3 4