![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
Classes | |
class | List |
class | ListNode |
Functions | |
void | ZapCodeBlock (Address start, int size_in_bytes) |
void | ZapBlock (Address start, size_t size, uintptr_t zap_value) |
bool | ShouldZapGarbage () |
uintptr_t | ZapValue () |
|
inline |
Definition at line 26 of file zapping.cc.
V8_EXPORT_PRIVATE void v8::internal::heap::ZapCodeBlock | ( | Address | start, |
int | size_in_bytes ) |
Definition at line 14 of file zapping.cc.