Home | History | Annotate | Download | only in src

Lines Matching defs:is_constructor

1200   bool is_constructor = !info->remove_prototype();
1202 isolate->factory()->NewSharedFunctionInfo(name, code, is_constructor);
1203 if (is_constructor) {
5183 DCHECK(proxy->map()->is_constructor());
5196 DCHECK(function->map()->is_constructor());
5242 DCHECK(function->map()->is_constructor());
5249 is_constructor());