Searched refs:NeedsHomeObject (Results 1 – 8 of 8) sorted by relevance
270 bool FunctionLiteral::NeedsHomeObject(Expression* expr) { in NeedsHomeObject() function in v8::internal::FunctionLiteral273 return expr->AsFunctionLiteral()->scope()->NeedsHomeObject(); in NeedsHomeObject()
666 bool NeedsHomeObject() const { in NeedsHomeObject() function
1749 if (is_declaration_scope() && AsDeclarationScope()->NeedsHomeObject()) { in Print()
2257 static bool NeedsHomeObject(Expression* expr);
220 function_scope_->language_mode(), function_scope_->NeedsHomeObject()); in MarkFunctionAsSkippable()
481 if (FunctionLiteral::NeedsHomeObject(expr->constructor())) { in BuildClassBoilerplate()
1923 if (FunctionLiteral::NeedsHomeObject( in BuildClassLiteral()1942 if (FunctionLiteral::NeedsHomeObject(expr->static_fields_initializer())) { in BuildClassLiteral()2207 if (FunctionLiteral::NeedsHomeObject(property->value())) { in VisitObjectLiteral()4818 if (FunctionLiteral::NeedsHomeObject(expr)) { in VisitSetHomeObject()
14227 shared_info->set_needs_home_object(lit->scope()->NeedsHomeObject()); in InitFromFunctionLiteral()