HomeSort by relevance Sort by last modified time
    Searched refs:IsConstructor (Results 1 - 3 of 3) sorted by null

  /external/v8/src/
frames.cc 478 bool JavaScriptFrame::IsConstructor() const {
524 if (IsConstructor()) accumulator->Add("new ");
frames.h 369 bool IsConstructor() const;
runtime.cc 555 return Heap::ToBoolean(it.frame()->IsConstructor());
    [all...]

Completed in 57 milliseconds