Home | History | Annotate | Download | only in src

Lines Matching refs:IsConstructor

808 bool JavaScriptFrame::IsConstructor() const {
865 IsConstructor(), mode);
923 if (frame->IsConstructor()) PrintF(file, "new ");
1042 bool is_constructor = IsConstructor();
1288 GetBytecodeOffset(), IsConstructor());
1397 if (IsConstructor()) accumulator->Add("new ");