v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::OOMDetails Struct Reference

#include <v8-callbacks.h>

Collaboration diagram for v8::OOMDetails:

Public Attributes

bool is_heap_oom = false
 
const char * detail = nullptr
 

Detailed Description

Definition at line 227 of file v8-callbacks.h.

Member Data Documentation

◆ detail

const char* v8::OOMDetails::detail = nullptr

Definition at line 229 of file v8-callbacks.h.

◆ is_heap_oom

bool v8::OOMDetails::is_heap_oom = false

Definition at line 228 of file v8-callbacks.h.


The documentation for this struct was generated from the following file: