Searched refs:IsConstructor (Results 1 – 3 of 3) sorted by relevance
478 bool JavaScriptFrame::IsConstructor() const { in IsConstructor() function in v8::internal::JavaScriptFrame524 if (IsConstructor()) accumulator->Add("new "); in Print()
369 bool IsConstructor() const;
555 return Heap::ToBoolean(it.frame()->IsConstructor()); in Runtime_IsConstructCall()5405 if (frame->IsConstructor()) PrintF("new "); in PrintTransition()6602 bool constructor = it.frame()->IsConstructor(); in Runtime_GetFrameDetails()