Home
last modified time | relevance | path

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

/third_party/cef/libcef/browser/osr/
Dsoftware_output_device_proxy.cc90 static_cast<uint8_t*>(shm_.memory()), skia::CRASH_ON_FAILURE); in Resize()
94 region.GetPlatformHandle(), skia::CRASH_ON_FAILURE); in Resize()
/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.cc1527 isolate(), Isolate::DisallowJavascriptExecutionScope::CRASH_ON_FAILURE); in Exit()
/third_party/node/deps/v8/src/api/
Dapi.cc8769 case CRASH_ON_FAILURE: in DisallowJavascriptExecutionScope()
8789 case CRASH_ON_FAILURE: in ~DisallowJavascriptExecutionScope()