Home | History | Annotate | Download | only in src

Lines Matching defs:constructor_name

1398 constructor_name =
1400 if (constructor_name->IsString()) {
1401 String* str = String::cast(constructor_name);
1786 String* JSReceiver::constructor_name() {
1794 if (proto->IsJSObject()) return JSObject::cast(proto)->constructor_name();