![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
Functions | |
bool | CanEmitUnwindInfoForBuiltins () |
bool | CanRegisterUnwindInfoForNonABICompliantCodeRange () |
bool | RegisterUnwindInfoForExceptionHandlingOnly () |
void | SetUnhandledExceptionCallback (v8::UnhandledExceptionCallback unhandled_exception_callback) |
__declspec (dllexport) int CRASH_HANDLER_FUNCTION_NAME(PEXCEPTION_RECORD ExceptionRecord | |
void | RegisterNonABICompliantCodeRange (void *start, size_t size_in_bytes) |
void | UnregisterNonABICompliantCodeRange (void *start) |
Variables | |
v8::UnhandledExceptionCallback | unhandled_exception_callback_g = nullptr |
ULONG64 | EstablisherFrame |
ULONG64 PCONTEXT | ContextRecord |
ULONG64 PCONTEXT PDISPATCHER_CONTEXT | DispatcherContext |
v8::internal::win64_unwindinfo::__declspec | ( | dllexport | ) |
bool v8::internal::win64_unwindinfo::CanEmitUnwindInfoForBuiltins | ( | ) |
bool v8::internal::win64_unwindinfo::CanRegisterUnwindInfoForNonABICompliantCodeRange | ( | ) |
void v8::internal::win64_unwindinfo::RegisterNonABICompliantCodeRange | ( | void * | start, |
size_t | size_in_bytes ) |
Definition at line 525 of file unwinding-info-win64.cc.
bool v8::internal::win64_unwindinfo::RegisterUnwindInfoForExceptionHandlingOnly | ( | ) |
Definition at line 34 of file unwinding-info-win64.cc.
void v8::internal::win64_unwindinfo::SetUnhandledExceptionCallback | ( | v8::UnhandledExceptionCallback | unhandled_exception_callback | ) |
Definition at line 45 of file unwinding-info-win64.cc.
void v8::internal::win64_unwindinfo::UnregisterNonABICompliantCodeRange | ( | void * | start | ) |
Definition at line 575 of file unwinding-info-win64.cc.
ULONG64 PCONTEXT v8::internal::win64_unwindinfo::ContextRecord |
Definition at line 56 of file unwinding-info-win64.cc.
ULONG64 PCONTEXT PDISPATCHER_CONTEXT v8::internal::win64_unwindinfo::DispatcherContext |
Definition at line 56 of file unwinding-info-win64.cc.
ULONG64 v8::internal::win64_unwindinfo::EstablisherFrame |
Definition at line 55 of file unwinding-info-win64.cc.
v8::UnhandledExceptionCallback v8::internal::win64_unwindinfo::unhandled_exception_callback_g = nullptr |
Definition at line 43 of file unwinding-info-win64.cc.