Home
last modified time | relevance | path

Searched refs:OOMErrorCallback (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Disolate.h394 V(OOMErrorCallback, oom_behavior, nullptr) \
Dapi.cc373 OOMErrorCallback oom_callback = isolate->oom_behavior(); in ReportOOMFailure()
8422 void Isolate::SetOOMErrorHandler(OOMErrorCallback that) { in SetOOMErrorHandler()
/external/v8/include/
Dv8.h5719 typedef void (*OOMErrorCallback)(const char* location, bool is_heap_oom); typedef
7078 void SetOOMErrorHandler(OOMErrorCallback that);