Lines Matching refs:LOG_API
69 #define LOG_API(isolate, expr) LOG(isolate, ApiEntryCall(expr)) macro
83 LOG_API(isolate, function_name); \
569 LOG_API(isolate, "Persistent::New"); in GlobalizeReference()
1043 LOG_API(i_isolate, "FunctionTemplate::New"); in New()
1056 LOG_API(i_isolate, "FunctionTemplate::NewWithFastHandler"); in NewWithFastHandler()
1233 LOG_API(isolate, "ObjectTemplate::New"); in New()
1641 LOG_API(isolate, "v8::UnboundScript::GetId"); in GetId()
1654 LOG_API(isolate, "UnboundScript::GetLineNumber"); in GetLineNumber()
1668 LOG_API(isolate, "UnboundScript::GetName"); in GetScriptName()
1682 LOG_API(isolate, "UnboundScript::GetSourceURL"); in GetSourceURL()
1696 LOG_API(isolate, "UnboundScript::GetSourceMappingURL"); in GetSourceMappingURL()
4333 LOG_API(isolate, "Function::New"); in New()
5088 LOG_API(isolate, "String::WriteUtf8"); in WriteUtf8()
5141 LOG_API(isolate, "String::Write"); in WriteHelper()
5513 LOG_API(isolate, "Context::New"); in New()
5660 LOG_API(i_isolate, "External::New"); in New()
5738 LOG_API(isolate, env); in NewString()
5810 LOG_API(isolate, "v8::String::Concat"); in Concat()
5832 LOG_API(i_isolate, "String::NewExternalTwoByte"); in NewExternalTwoByte()
5856 LOG_API(i_isolate, "String::NewExternalOneByte"); in NewExternalOneByte()
5939 LOG_API(i_isolate, "Object::New"); in New()
5949 LOG_API(i_isolate, "NumberObject::New"); in New()
5962 LOG_API(isolate, "NumberObject::NumberValue"); in ValueOf()
5969 LOG_API(i_isolate, "BooleanObject::New"); in New()
5989 LOG_API(isolate, "BooleanObject::BooleanValue"); in ValueOf()
5997 LOG_API(isolate, "StringObject::New"); in New()
6009 LOG_API(isolate, "StringObject::StringValue"); in ValueOf()
6017 LOG_API(i_isolate, "SymbolObject::New"); in New()
6029 LOG_API(isolate, "SymbolObject::SymbolValue"); in ValueOf()
6060 LOG_API(isolate, "Date::NumberValue"); in ValueOf()
6067 LOG_API(i_isolate, "Date::DateTimeConfigurationChangeNotification"); in DateTimeConfigurationChangeNotification()
6132 LOG_API(i_isolate, "Array::New"); in New()
6177 LOG_API(i_isolate, "Map::New"); in New()
6193 LOG_API(isolate, "Map::Clear"); in Clear()
6258 LOG_API(isolate, "Map::AsArray"); in AsArray()
6277 LOG_API(i_isolate, "Set::New"); in New()
6293 LOG_API(isolate, "Set::Clear"); in Clear()
6342 LOG_API(isolate, "Set::AsArray"); in AsArray()
6498 LOG_API(isolate, "Promise::HasRejectHandler"); in HasHandler()
6583 LOG_API(obj->GetIsolate(), "v8::ArrayBuffer::Neuter()"); in Neuter()
6597 LOG_API(i_isolate, "v8::ArrayBuffer::New(size_t)"); in New()
6612 LOG_API(i_isolate, "v8::ArrayBuffer::New(void*, size_t)"); in New()
6690 LOG_API(isolate, \
6710 LOG_API(isolate, "v8::" #Type \
6735 LOG_API(isolate, "v8::DataView::New(Local<ArrayBuffer>, size_t, size_t)"); in TYPED_ARRAYS()
6748 LOG_API(isolate, in New()
6793 LOG_API(i_isolate, "v8::SharedArrayBuffer::New(size_t)"); in New()
6810 LOG_API(i_isolate, "v8::SharedArrayBuffer::New(void*, size_t)"); in New()
6823 LOG_API(i_isolate, "Symbol::New()"); in New()
6896 LOG_API(i_isolate, "Private::New()"); in New()
7693 LOG_API(isolate, #NAME); \