Searched defs:NeedsHomeObject (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/ast/
H A Dscopes.h365 bool NeedsHomeObject() const { function in class:v8::internal::Scope
H A Dast.cc238 bool FunctionLiteral::NeedsHomeObject(Expression* expr) { function in class:v8::internal::FunctionLiteral
241 return expr->AsFunctionLiteral()->scope()->NeedsHomeObject();
298 if (FunctionLiteral::NeedsHomeObject(value)) {
346 if (FunctionLiteral::NeedsHomeObject(value)) {
352 if (property->emit_store() && FunctionLiteral::NeedsHomeObject(value)) {
359 if (property->emit_store() && FunctionLiteral::NeedsHomeObject(value)) {
364 if (property->emit_store() && FunctionLiteral::NeedsHomeObject(value)) {
376 if (FunctionLiteral::NeedsHomeObject(value)) {
/external/v8/src/full-codegen/
H A Dfull-codegen.h639 static bool NeedsHomeObject(Expression* expr) { function in class:v8::internal::FullCodeGenerator
640 return FunctionLiteral::NeedsHomeObject(expr);

Completed in 117 milliseconds