Lines Matching full:maybe_constructor
2494 Object* maybe_constructor = map()->GetConstructor();
2495 if (maybe_constructor->IsJSFunction()) {
2496 JSFunction* constructor = JSFunction::cast(maybe_constructor);
2533 Object* maybe_constructor = receiver->map()->GetConstructor();
2534 if (maybe_constructor->IsJSFunction()) {
2535 JSFunction* constructor = JSFunction::cast(maybe_constructor);
2556 Handle<Object> maybe_constructor = JSReceiver::GetDataProperty(&it);
2558 if (maybe_constructor->IsJSFunction()) {
2559 JSFunction* constructor = JSFunction::cast(*maybe_constructor);
12630 Object* maybe_constructor = object->map()->GetConstructor();
12631 if (maybe_constructor->IsJSFunction()) {
12632 JSFunction* constructor = JSFunction::cast(maybe_constructor);