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

  /external/chromium_org/v8/src/
log.cc 1016 // ApiEvent is private so all the calls come from the Logger class. It is the
1019 void Logger::ApiEvent(const char* format, ...) {
1035 ApiEvent("api,check-security,\"%s\"\n", str.get());
1039 ApiEvent("api,check-security,symbol(hash %x)\n",
1044 ApiEvent("api,check-security,symbol(\"%s\" hash %x)\n",
1049 ApiEvent("api,check-security,undefined\n");
1051 ApiEvent("api,check-security,['no-name']\n");
    [all...]
log.h 396 void ApiEvent(const char* name, ...);

Completed in 31 milliseconds