![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <heap-snapshot-generator.h>
Public Member Functions | |
EntrySourceLocation (int entry_index, int scriptId, int line, int col) | |
Public Attributes | |
const int | entry_index |
const int | scriptId |
const int | line |
const int | col |
Definition at line 49 of file heap-snapshot-generator.h.
|
inline |
Definition at line 50 of file heap-snapshot-generator.h.
const int v8::internal::EntrySourceLocation::col |
Definition at line 56 of file heap-snapshot-generator.h.
const int v8::internal::EntrySourceLocation::entry_index |
Definition at line 53 of file heap-snapshot-generator.h.
const int v8::internal::EntrySourceLocation::line |
Definition at line 55 of file heap-snapshot-generator.h.
const int v8::internal::EntrySourceLocation::scriptId |
Definition at line 54 of file heap-snapshot-generator.h.