Home
last modified time | relevance | path

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

/external/v8/src/
Dapi.cc7237 if (on_failure_ == CRASH_ON_FAILURE) { in DisallowJavascriptExecutionScope()
7249 if (on_failure_ == CRASH_ON_FAILURE) { in ~DisallowJavascriptExecutionScope()
/external/v8/include/
Dv8.h5371 enum OnFailure { CRASH_ON_FAILURE, THROW_ON_FAILURE }; enumerator
/external/v8/test/cctest/
Dtest-api.cc22580 isolate, v8::Isolate::DisallowJavascriptExecutionScope::CRASH_ON_FAILURE); in TEST()
22590 isolate, v8::Isolate::DisallowJavascriptExecutionScope::CRASH_ON_FAILURE); in TEST()