![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <debug-frames.h>
Public Types | |
enum class | Mode { kUseOriginalBytecode , kUseDebugBytecode } |
Public Member Functions | |
RedirectActiveFunctions (Isolate *isolate, Tagged< SharedFunctionInfo > shared, Mode mode) | |
void | VisitThread (Isolate *isolate, ThreadLocalTop *top) override |
![]() |
Private Attributes | |
Tagged< SharedFunctionInfo > | shared_ |
Mode | mode_ |
Additional Inherited Members | |
![]() | |
virtual | ~ThreadVisitor ()=default |
Definition at line 69 of file debug-frames.h.
|
strong |
Enumerator | |
---|---|
kUseOriginalBytecode | |
kUseDebugBytecode |
Definition at line 71 of file debug-frames.h.
v8::internal::RedirectActiveFunctions::RedirectActiveFunctions | ( | Isolate * | isolate, |
Tagged< SharedFunctionInfo > | shared, | ||
Mode | mode ) |
Definition at line 115 of file debug-frames.cc.
|
overridevirtual |
Implements v8::internal::ThreadVisitor.
Definition at line 123 of file debug-frames.cc.
|
private |
Definition at line 83 of file debug-frames.h.
|
private |
Definition at line 82 of file debug-frames.h.