Home
last modified time | relevance | path

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

/external/v8/include/
Dv8.h4408 enum OnFailure { CRASH_ON_FAILURE, THROW_ON_FAILURE }; enumerator
/external/v8/src/
Dapi.cc6623 if (on_failure_ == CRASH_ON_FAILURE) { in DisallowJavascriptExecutionScope()
6635 if (on_failure_ == CRASH_ON_FAILURE) { in ~DisallowJavascriptExecutionScope()
/external/v8/test/cctest/
Dtest-api.cc22763 isolate, v8::Isolate::DisallowJavascriptExecutionScope::CRASH_ON_FAILURE); in TEST()
22773 isolate, v8::Isolate::DisallowJavascriptExecutionScope::CRASH_ON_FAILURE); in TEST()