Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/base/
Dlogging.cc70 void SetDcheckFunction(void (*dcheck_function)(const char*, int, const char*)) { in SetDcheckFunction() function
Dlogging.h61 V8_BASE_EXPORT void SetDcheckFunction(void (*dcheck_Function)(const char*, int,
/third_party/node/deps/v8/src/api/
Dapi.cc694 v8::base::SetDcheckFunction(that); in SetDcheckErrorHandler()