Searched refs:ObjectProtoToString (Results 1 – 5 of 5) sorted by relevance
70 ->ObjectProtoToString(info.GetIsolate()->GetCurrentContext()) in Context_GlobalObjToString()
121 if (object->ObjectProtoToString(m_context).ToLocal(&stringValue)) in append()
120 if (!m_info[0].As<v8::Object>()->ObjectProtoToString(m_context).ToLocal( in firstArgToString()
3557 V8_WARN_UNUSED_RESULT MaybeLocal<String> ObjectProtoToString(
4520 MaybeLocal<String> v8::Object::ObjectProtoToString(Local<Context> context) { in ObjectProtoToString() function in v8::v8::Object4521 PREPARE_FOR_EXECUTION(context, Object, ObjectProtoToString, String); in ObjectProtoToString()