Searched refs:GetConstructorName (Results 1 – 10 of 10) sorted by relevance
296 String16 className = toProtocolString(isolate, object->GetConstructorName()); in descriptionForError()340 return toProtocolString(isolate, object->GetConstructorName()); in descriptionForObject()373 String16 className = toProtocolString(isolate, object->GetConstructorName()); in descriptionForCollection()829 context->GetIsolate(), m_value->GetConstructorName())) in buildRemoteObject()1090 isolate, m_value->GetConstructorName())) in buildRemoteObject()
353 static String GetConstructorName(JSObject object);
600 GetConstructorName(JSObject::cast(object))); in AddEntry()1443 String V8HeapExplorer::GetConstructorName(JSObject object) { in GetConstructorName() function in v8::internal::V8HeapExplorer1448 return *JSReceiver::GetConstructorName(handle(object, isolate)); in GetConstructorName()
227 static Handle<String> GetConstructorName(Handle<JSReceiver> receiver);
505 Handle<String> JSReceiver::GetConstructorName(Handle<JSReceiver> receiver) { in GetConstructorName() function in v8::internal::JSReceiver
438 JSReceiver::GetConstructorName(Handle<JSReceiver>::cast(object)); in AppendConstructorName()
972 type = JSReceiver::GetConstructorName(object); in RUNTIME_FUNCTION()
500 return JSReceiver::GetConstructorName(receiver); in GetTypeName()
3979 Local<String> GetConstructorName();
4467 Local<String> v8::Object::GetConstructorName() { in GetConstructorName() function in v8::v8::Object4469 i::Handle<i::String> name = i::JSReceiver::GetConstructorName(self); in GetConstructorName()