Home
last modified time | relevance | path

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

/external/v8/include/
Dv8config.h318 # define V8_NORETURN __attribute__((noreturn)) macro
320 # define V8_NORETURN __declspec(noreturn) macro
322 # define V8_NORETURN /* NOT SUPPORTED */ macro
/external/v8/src/base/
Dlogging.h16 extern "C" PRINTF_FORMAT(3, 4) V8_NORETURN V8_BASE_EXPORT
/external/v8/src/base/platform/
Dplatform.h209 V8_NORETURN static void Abort();
/external/v8/src/
Dapi.cc1005 V8_NORETURN void* HandleScope::operator new(size_t) { in operator new()
1049 V8_NORETURN void* EscapableHandleScope::operator new(size_t) { in operator new()
1074 V8_NORETURN void* SealHandleScope::operator new(size_t) { in operator new()
2596 V8_NORETURN void* v8::TryCatch::operator new(size_t) { in operator new()