Home
last modified time | relevance | path

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

/third_party/node/src/api/
Dhooks.cc174 Isolate::DisallowJavascriptExecutionScope::CRASH_ON_FAILURE); in RequestInterrupt()
/third_party/node/deps/v8/include/
Dv8-isolate.h321 enum OnFailure { CRASH_ON_FAILURE, THROW_ON_FAILURE, DUMP_ON_FAILURE }; enumerator
/third_party/node/src/
Denv.cc1545 isolate(), Isolate::DisallowJavascriptExecutionScope::CRASH_ON_FAILURE); in Exit()
/third_party/node/deps/v8/src/api/
Dapi.cc8788 case CRASH_ON_FAILURE: in DisallowJavascriptExecutionScope()
8808 case CRASH_ON_FAILURE: in ~DisallowJavascriptExecutionScope()