Searched defs:is_constructor (Results 1 – 9 of 9) sorted by relevance
667 bool is_constructor() { return is_constructor_; } in is_constructor() function
965 bool is_constructor, Mode mode) in FrameSummary()1042 bool is_constructor = IsConstructor(); in Summarize() local
549 bool is_constructor) { in NewStackFrameObject()685 bool is_constructor = in GetDetailedFromSimpleStackTrace() local
963 IfBuilder is_constructor(this); in BuildCodeStub() local
2112 Handle<String> name, MaybeHandle<Code> maybe_code, bool is_constructor) { in NewSharedFunctionInfo()
4494 bool Map::is_constructor() const { in is_constructor() function
993 bool is_constructor = !info->remove_prototype(); in GetOrCreateSharedFunctionInfo() local
280 bool is_constructor() const in is_constructor() function
16772 int expected_column, bool is_eval, bool is_constructor, in checkStackFrame()