HomeSort by relevance Sort by last modified time
    Searched refs:ReportApiFailure (Results 1 - 4 of 4) sorted by null

  /external/v8/src/
api.h 174 static bool ReportApiFailure(const char* location, const char* message);
bootstrapper.cc     [all...]
handles.cc 66 Utils::ReportApiFailure("v8::HandleScope::CreateHandle()",
api.cc 188 bool Utils::ReportApiFailure(const char* location, const char* message) {
204 return condition ? true : Utils::ReportApiFailure(location, message);
    [all...]

Completed in 127 milliseconds