Home | History | Annotate | Download | only in src

Lines Matching full:maybe_constructor

742   Object* maybe_constructor = receiver->map()->GetConstructor();
743 if (!maybe_constructor->IsJSFunction()) return NULL;
744 JSFunction* constructor = JSFunction::cast(maybe_constructor);