Home
last modified time | relevance | path

Searched refs:is_constructor_ (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/debug/
H A Ddebug-frames.h35 bool IsConstructor() { return is_constructor_; } in IsConstructor()
63 bool is_constructor_ = false; member in v8::internal::FrameInspector
H A Ddebug-frames.cc27 is_constructor_ = summary.is_constructor(); in FrameInspector()
/third_party/libabigail/include/
H A Dabg-ir.h4412 bool is_constructor_; member in abigail::ir::mem_fn_context_rel
4421 is_constructor_(false), in mem_fn_context_rel()
4430 is_constructor_(false), in mem_fn_context_rel()
4446 is_constructor_(is_constructor), in mem_fn_context_rel()
4487 {return is_constructor_;} in is_constructor()
4495 {is_constructor_ = f;} in is_constructor()
4555 bool is_constructor_; member in abigail::ir::member_function_template
4571 member_base(access, is_static), is_constructor_(is_constructor), in member_function_template()
4577 {return is_constructor_;} in is_constructor()
/third_party/node/deps/v8/src/execution/
H A Dframes.h390 bool is_constructor() const { return is_constructor_; } in is_constructor()
404 bool is_constructor_; member in v8::internal::FrameSummary::JavaScriptFrameSummary
H A Dframes.cc1563 is_constructor_(is_constructor), in JavaScriptFrameSummary()

Completed in 12 milliseconds