Home
last modified time | relevance | path

Searched defs:IsFailure (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dallocation-result.h39 bool IsFailure() const { return object_.is_null(); } in IsFailure() function
/third_party/cef/libcef/browser/devtools/
Ddevtools_util.h42 bool IsFailure() const { return status_ == FAILURE; } in IsFailure() function