![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <compilation-cache-table.h>
Public Member Functions | |
InfoCellPair ()=default | |
InfoCellPair (Isolate *isolate, Tagged< SharedFunctionInfo > shared, Tagged< FeedbackCell > feedback_cell) | |
Tagged< FeedbackCell > | feedback_cell () const |
Tagged< SharedFunctionInfo > | shared () const |
bool | has_feedback_cell () const |
bool | has_shared () const |
Private Attributes | |
IsCompiledScope | is_compiled_scope_ |
Tagged< SharedFunctionInfo > | shared_ |
Tagged< FeedbackCell > | feedback_cell_ |
Definition at line 52 of file compilation-cache-table.h.
|
default |
|
inline |
Definition at line 172 of file compilation-cache-table-inl.h.
|
inline |
Definition at line 58 of file compilation-cache-table.h.
|
inline |
Definition at line 67 of file compilation-cache-table.h.
|
inline |
Definition at line 70 of file compilation-cache-table.h.
|
inline |
Definition at line 62 of file compilation-cache-table.h.
|
private |
Definition at line 80 of file compilation-cache-table.h.
|
private |
Definition at line 78 of file compilation-cache-table.h.
|
private |
Definition at line 79 of file compilation-cache-table.h.