Home | History | Annotate | Download | only in src

Lines Matching refs:is_constructor

901                            int offset, bool is_constructor)
906 is_constructor_(is_constructor) {}
948 bool is_constructor = IsConstructor();
1014 FrameSummary summary(receiver, function, code, pc_offset, is_constructor);
1016 is_constructor = false;
1020 DCHECK(!is_constructor);
1021 is_constructor = true;
1027 DCHECK(!is_constructor);