![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
Public Member Functions | |
ScriptData (Tagged< Script >, Isolate *, AllocationTracker *) | |
~ScriptData () | |
String::LineEndsVector & | line_ends () |
Static Private Member Functions | |
static void | HandleWeakScript (const v8::WeakCallbackInfo< ScriptData > &) |
Private Attributes | |
Global< debug::Script > | script_ |
ScriptId | script_id_ |
String::LineEndsVector | line_ends_ |
AllocationTracker * | tracker_ |
Definition at line 148 of file allocation-tracker.h.
v8::internal::AllocationTracker::ScriptData::ScriptData | ( | Tagged< Script > | script, |
Isolate * | isolate, | ||
AllocationTracker * | tracker ) |
v8::internal::AllocationTracker::ScriptData::~ScriptData | ( | ) |
Definition at line 240 of file allocation-tracker.cc.
|
staticprivate |
|
inline |
Definition at line 152 of file allocation-tracker.h.
|
private |
Definition at line 158 of file allocation-tracker.h.
|
private |
Definition at line 156 of file allocation-tracker.h.
|
private |
Definition at line 157 of file allocation-tracker.h.
|
private |
Definition at line 159 of file allocation-tracker.h.