Home | History | Annotate | Download | only in src

Lines Matching refs:maybe_constructor

859   Object* maybe_constructor = js_object->map()->GetConstructor();
860 if (maybe_constructor->IsJSFunction()) {
861 JSFunction* constructor = JSFunction::cast(maybe_constructor);
866 } else if (maybe_constructor->IsNull(isolate_)) {