Searched refs:LOG_API (Results 1 – 1 of 1) sorted by relevance
/external/chromium_org/v8/src/ |
D | api.cc | 52 #define LOG_API(isolate, expr) LOG(isolate, ApiEntryCall(expr)) macro 495 LOG_API(isolate, "Persistent::New"); in GlobalizeReference() 911 LOG_API(i_isolate, "FunctionTemplate::New"); in New() 922 LOG_API(i_isolate, "Signature::New"); in New() 1072 LOG_API(isolate, "TypeSwitch::New"); in New() 1088 LOG_API(isolate, "TypeSwitch::match"); in match() 1252 LOG_API(isolate, "ObjectTemplate::New"); in New() 1600 LOG_API(isolate, "v8::UnboundScript::GetId"); in GetId() 1616 LOG_API(isolate, "UnboundScript::GetLineNumber"); in GetLineNumber() 1632 LOG_API(isolate, "UnboundScript::GetName"); in GetScriptName() [all …]
|