Home
last modified time | relevance | path

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

/external/v8/src/
Dframes.cc478 bool JavaScriptFrame::IsConstructor() const { in IsConstructor() function in v8::internal::JavaScriptFrame
524 if (IsConstructor()) accumulator->Add("new "); in Print()
Dframes.h369 bool IsConstructor() const;
Druntime.cc555 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()