Searched refs:IsConstructor (Results 1 – 11 of 11) sorted by relevance
724 bool JavaScriptFrame::IsConstructor() const { in IsConstructor() function in v8::internal::JavaScriptFrame776 IsConstructor()); in Summarize()819 if (frame->IsConstructor()) PrintF(file, "new "); in PrintTop()961 bool is_constructor = IsConstructor(); in Summarize()1169 if (IsConstructor()) accumulator->Add("new "); in Print()
633 bool IsConstructor() const { return type_ == kConstructorIdentifier; } in IsConstructor() function1162 static bool IsConstructor(PreParserIdentifier identifier) { in IsConstructor() function1163 return identifier.IsConstructor(); in IsConstructor()1975 if (is_generator && in_class && !is_static && this->IsConstructor(name)) { in ParsePropertyDefinition()2009 } else if (in_class && !is_static && this->IsConstructor(name)) { in ParsePropertyDefinition()
579 bool IsConstructor() const;
407 bool IsConstructor(const AstRawString* identifier) const;
3010 if (frame->IsConstructor()) { in RUNTIME_FUNCTION()11215 bool IsConstructor() { in IsConstructor() function in v8::internal::FrameInspector11218 : frame_->IsConstructor(); in IsConstructor()11337 bool constructor = frame_inspector.IsConstructor(); in RUNTIME_FUNCTION()15419 return isolate->heap()->ToBoolean(frame->IsConstructor()); in RUNTIME_FUNCTION()
375 bool ParserTraits::IsConstructor(const AstRawString* identifier) const { in IsConstructor() function in v8::internal::ParserTraits
2358 bool StackFrame::IsConstructor() const { in IsConstructor() function in v8::StackFrame
4454 bool IsConstructor = false; in isConstructorDeclarator() local4456 IsConstructor = true; in isConstructorDeclarator()4489 IsConstructor = true; in isConstructorDeclarator()4504 IsConstructor = IsUnqualified; in isConstructorDeclarator()4509 IsConstructor = true; in isConstructorDeclarator()4515 return IsConstructor; in isConstructorDeclarator()
5412 bool IsConstructor, IsAssignment, IsMove, ConstArg; member5420 IsConstructor(false), IsAssignment(false), IsMove(false), in SpecialMemberDeletionInfo()5426 IsConstructor = true; in SpecialMemberDeletionInfo()5429 IsConstructor = true; in SpecialMemberDeletionInfo()5578 if (IsConstructor) { in shouldDeleteForClassSubobject()5815 if (!RD->isAbstract() || !SMI.IsConstructor) { in ShouldDeleteSpecialMember()
1414 bool IsConstructor() const;
17225 CHECK_EQ(is_constructor, frame->IsConstructor()); in checkStackFrame()