Searched refs:is_constructor_ (Results 1 – 3 of 3) sorted by relevance
4412 bool is_constructor_; variable4421 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_; variable4571 member_base(access, is_static), is_constructor_(is_constructor), in member_function_template()4577 {return is_constructor_;} in is_constructor()
406 bool is_constructor_; variable
2510 : line_number_(0), column_(0), is_eval_(false), is_constructor_(false) { in CefV8StackFrameImpl()2520 is_constructor_ = handle->IsConstructor(); in CefV8StackFrameImpl()2554 return is_constructor_; in IsConstructor()