Home | History | Annotate | Download | only in src

Lines Matching defs:constr

2683   i::Object* constr = obj->map()->constructor();
2684 if (!constr->IsJSFunction()) return false;
2685 i::JSFunction* func = i::JSFunction::cast(constr);
2687 constr == LookupBuiltin(isolate, class_name);