Home
last modified time | relevance | path

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

/external/v8/src/
Disolate.cc1280 bool catchable_by_js = is_catchable_by_javascript(exception); in Throw() local
1339 if (!catchable_by_js) break; in Throw()
1371 if (!catchable_by_js) break; in Throw()
1395 if (!catchable_by_js) break; in Throw()
1428 if (catchable_by_js) { in Throw()
1447 if (!catchable_by_js) break; in Throw()