Home
last modified time | relevance | path

Searched refs:NeedsHomeObject (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/ast/
Dast.cc270 bool FunctionLiteral::NeedsHomeObject(Expression* expr) { in NeedsHomeObject() function in v8::internal::FunctionLiteral
273 return expr->AsFunctionLiteral()->scope()->NeedsHomeObject(); in NeedsHomeObject()
Dscopes.h666 bool NeedsHomeObject() const { in NeedsHomeObject() function
Dscopes.cc1749 if (is_declaration_scope() && AsDeclarationScope()->NeedsHomeObject()) { in Print()
Dast.h2257 static bool NeedsHomeObject(Expression* expr);
/external/v8/src/parsing/
Dpreparsed-scope-data.cc220 function_scope_->language_mode(), function_scope_->NeedsHomeObject()); in MarkFunctionAsSkippable()
/external/v8/src/objects/
Dliteral-objects.cc481 if (FunctionLiteral::NeedsHomeObject(expr->constructor())) { in BuildClassBoilerplate()
/external/v8/src/interpreter/
Dbytecode-generator.cc1923 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()
/external/v8/src/
Dobjects.cc14227 shared_info->set_needs_home_object(lit->scope()->NeedsHomeObject()); in InitFromFunctionLiteral()