![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <address-map.h>
Public Member Functions | |
| RootIndexMap (Isolate *isolate) | |
| RootIndexMap (const RootIndexMap &)=delete | |
| RootIndexMap & | operator= (const RootIndexMap &)=delete |
| V8_EXPORT_PRIVATE bool | Lookup (Tagged< HeapObject > obj, RootIndex *out_root_list) const |
Private Attributes | |
| HeapObjectToIndexHashMap * | map_ |
Definition at line 57 of file address-map.h.
|
explicit |
|
delete |
|
inline |
|
delete |
|
private |
Definition at line 75 of file address-map.h.