Searched refs:ObjectProtoToString (Results 1 – 7 of 7) sorted by relevance
70 ->ObjectProtoToString(info.GetIsolate()->GetCurrentContext()) in Context_GlobalObjToString()
117 if (object->ObjectProtoToString(m_isolate->GetCurrentContext()) in append()
123 if (!m_info[0].As<v8::Object>()->ObjectProtoToString(m_context).ToLocal( in firstArgToString()
637 TFJ(ObjectProtoToString, 0) \
151 TF_BUILTIN(ObjectProtoToString, ObjectBuiltinsAssembler) { in TF_BUILTIN() argument
3126 V8_DEPRECATED("Use maybe version", Local<String> ObjectProtoToString());3127 V8_WARN_UNUSED_RESULT MaybeLocal<String> ObjectProtoToString(
4573 MaybeLocal<String> v8::Object::ObjectProtoToString(Local<Context> context) { in ObjectProtoToString() function in v8::v8::Object4574 PREPARE_FOR_EXECUTION(context, Object, ObjectProtoToString, String); in ObjectProtoToString()4586 Local<String> v8::Object::ObjectProtoToString() { in ObjectProtoToString() function in v8::v8::Object4588 RETURN_TO_LOCAL_UNCHECKED(ObjectProtoToString(context), String); in ObjectProtoToString()