Searched refs:IsConstructor (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/
H A Dframes.cc478 bool JavaScriptFrame::IsConstructor() const { function in class:v8::internal::JavaScriptFrame
524 if (IsConstructor()) accumulator->Add("new ");
H A Dframes.h369 bool IsConstructor() const;
H A Druntime.cc555 return Heap::ToBoolean(it.frame()->IsConstructor());
5405 if (frame->IsConstructor()) PrintF("new ");
6602 bool constructor = it.frame()->IsConstructor();

Completed in 44 milliseconds