Searched defs:throws (Results 1 - 5 of 5) sorted by relevance

/external/clang/test/Profile/
H A Dcxx-throws.cpp9 // RUN: llvm-profdata merge %S/Inputs/cxx-throws.proftext -o %t.profdata
20 void throws() { function
88 throws();
/external/v8/test/mjsunit/harmony/
H A Dblock-sloppy-function.js281 var throws = false; variable
285 throws = true;
287 assertTrue(throws);
290 // Currently this actually throws BUG(v8:4452)
292 throws = false;
296 throws = true;
301 assertTrue(throws);
/external/v8/test/cctest/compiler/
H A Dtest-run-variables.cc11 static const char* throws = NULL; member in namespace:v8::internal::compiler
21 "'use strict'; const x = (r = x)", throws, throws,
24 "'use strict'; let x = (r = x)", throws, throws,
38 "'use strict'; let x = (a?(x=4,2):3); r = x", throws, "3",
60 if (tests[i + 1] != throws) {
68 if (tests[i + 2] != throws) {
/external/clang/test/SemaCXX/
H A Dexceptions.cpp28 void throws() { function
/external/v8/test/cctest/interpreter/
H A Dtest-interpreter.cc2168 std::pair<const char*, Handle<Object>> throws[] = { local
2186 for (size_t i = 0; i < arraysize(throws); i++) {
2187 std::string source(InterpreterTester::SourceForBody(throws[i].first));
2191 CHECK(thrown_obj->SameValue(*throws[i].second));

Completed in 187 milliseconds