Home
last modified time | relevance | path

Searched refs:is_constructor_ (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/debug/
Ddebug-frames.h30 bool IsConstructor() { return is_constructor_; } in IsConstructor()
63 bool is_constructor_ = false; variable
Ddebug-frames.cc23 is_constructor_ = summary.is_constructor(); in FrameInspector()
/external/v8/src/
Dmessages.h111 bool IsConstructor() override { return is_constructor_; } in IsConstructor()
128 bool is_constructor_; variable
Dframes.h515 bool is_constructor() const { return is_constructor_; } in is_constructor()
528 bool is_constructor_; variable
Dmessages.cc306 is_constructor_ = (flags & FrameArray::kIsConstructor) != 0; in FromFrameArray()
320 is_constructor_(false), in JSStackFrame()
Dframes.cc1267 is_constructor_(is_constructor) { in JavaScriptFrameSummary()