Searched refs:GetConstructorName (Results 1 – 10 of 10) sorted by relevance
98 info.GetReturnValue().Set(object->GetConstructorName()); in internalConstructorNameCallback()
353 static String* GetConstructorName(JSObject* object);
796 GetConstructorName(JSObject::cast(object))); in AddEntry()1667 String* V8HeapExplorer::GetConstructorName(JSObject* object) { in GetConstructorName() function in v8::internal::V8HeapExplorer1672 return *JSReceiver::GetConstructorName(handle(object, isolate)); in GetConstructorName()
405 F(GetConstructorName, 1, 1) \
699 return *JSReceiver::GetConstructorName(recv); in RUNTIME_FUNCTION()
438 return JSReceiver::GetConstructorName(receiver_object); in GetTypeName()
4592 Local<String> v8::Object::GetConstructorName() { in GetConstructorName() function in v8::v8::Object4594 i::Handle<i::String> name = i::JSReceiver::GetConstructorName(self); in GetConstructorName()
2010 static Handle<String> GetConstructorName(Handle<JSReceiver> receiver);
3129 Handle<String> JSReceiver::GetConstructorName(Handle<JSReceiver> receiver) { in GetConstructorName() function in v8::internal::JSReceiver
3133 Local<String> GetConstructorName();