Home | History | Annotate | Download | only in src

Lines Matching defs:GetConstructorName

4592 Local<String> v8::Object::GetConstructorName() {
4594 i::Handle<i::String> name = i::JSReceiver::GetConstructorName(self);