Searched refs:is_constructor_ (Results 1 – 6 of 6) sorted by relevance
30 bool IsConstructor() { return is_constructor_; } in IsConstructor()63 bool is_constructor_ = false; variable
23 is_constructor_ = summary.is_constructor(); in FrameInspector()
111 bool IsConstructor() override { return is_constructor_; } in IsConstructor()128 bool is_constructor_; variable
515 bool is_constructor() const { return is_constructor_; } in is_constructor()528 bool is_constructor_; variable
306 is_constructor_ = (flags & FrameArray::kIsConstructor) != 0; in FromFrameArray()320 is_constructor_(false), in JSStackFrame()
1267 is_constructor_(is_constructor) { in JavaScriptFrameSummary()