Home
last modified time | relevance | path

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

/external/v8/test/cctest/
Dtest-parsing.cc6563 v8::TryCatch try_catch2(CcTest::isolate()); in TEST() local
6565 CHECK(try_catch2.HasCaught()); in TEST()
6566 v8::String::Utf8Value exception(try_catch2.Exception()); in TEST()
6584 v8::TryCatch try_catch2(CcTest::isolate()); in TEST() local
6586 CHECK(try_catch2.HasCaught()); in TEST()
6587 v8::String::Utf8Value exception(try_catch2.Exception()); in TEST()