Home
last modified time | relevance | path

Searched refs:ObjectProtoToString (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/fxjs/
Dcfxjse_class.cpp70 ->ObjectProtoToString(info.GetIsolate()->GetCurrentContext()) in Context_GlobalObjToString()
/external/v8/src/inspector/
Dv8-console-message.cc117 if (object->ObjectProtoToString(m_isolate->GetCurrentContext()) in append()
Dv8-console.cc123 if (!m_info[0].As<v8::Object>()->ObjectProtoToString(m_context).ToLocal( in firstArgToString()
/external/v8/src/builtins/
Dbuiltins.h637 TFJ(ObjectProtoToString, 0) \
Dbuiltins-object.cc151 TF_BUILTIN(ObjectProtoToString, ObjectBuiltinsAssembler) { in TF_BUILTIN() argument
/external/v8/include/
Dv8.h3126 V8_DEPRECATED("Use maybe version", Local<String> ObjectProtoToString());
3127 V8_WARN_UNUSED_RESULT MaybeLocal<String> ObjectProtoToString(
/external/v8/src/
Dapi.cc4573 MaybeLocal<String> v8::Object::ObjectProtoToString(Local<Context> context) { in ObjectProtoToString() function in v8::v8::Object
4574 PREPARE_FOR_EXECUTION(context, Object, ObjectProtoToString, String); in ObjectProtoToString()
4586 Local<String> v8::Object::ObjectProtoToString() { in ObjectProtoToString() function in v8::v8::Object
4588 RETURN_TO_LOCAL_UNCHECKED(ObjectProtoToString(context), String); in ObjectProtoToString()