Searched defs:ApiEvent (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dlog.cc606 // ApiEvent is private so all the calls come from the Logger class. It is the
609 void Logger::ApiEvent(const char* format, ...) { function in class:v8::internal::Logger
625 ApiEvent("api,check-security,\"%s\"\n", *str);
627 ApiEvent("api,check-security,undefined\n");
629 ApiEvent("api,check-security,['no-name']\n");
758 ApiEvent("api,check-security,%u\n", index);
772 ApiEvent("api,%s,\"%s\",\"%s\"\n", tag, *class_name, *property_name);
782 ApiEvent("api,%s,\"%s\",%u\n", tag, *class_name, index);
790 ApiEvent("api,%s,\"%s\"\n", tag, *class_name);
796 ApiEvent("ap
[all...]

Completed in 20 milliseconds