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

/external/v8/src/ast/
H A Dast.cc346 bool FunctionLiteral::NeedsHomeObject(Expression* expr) { function in class:v8::internal::FunctionLiteral
349 return expr->AsFunctionLiteral()->scope()->NeedsHomeObject();
376 int offset = FunctionLiteral::NeedsHomeObject(value_) ? 1 : 0;
381 int offset = FunctionLiteral::NeedsHomeObject(value_) ? 1 : 0;
404 if (FunctionLiteral::NeedsHomeObject(constructor())) {
415 if (FunctionLiteral::NeedsHomeObject(value)) {
463 if (FunctionLiteral::NeedsHomeObject(value)) {
469 if (property->emit_store() && FunctionLiteral::NeedsHomeObject(value)) {
476 if (property->emit_store() && FunctionLiteral::NeedsHomeObject(value)) {
481 if (property->emit_store() && FunctionLiteral::NeedsHomeObject(valu
[all...]
H A Dscopes.h641 bool NeedsHomeObject() const { function in class:v8::internal::DeclarationScope
/external/v8/src/full-codegen/
H A Dfull-codegen.h494 static bool NeedsHomeObject(Expression* expr) { function in class:v8::internal::final
495 return FunctionLiteral::NeedsHomeObject(expr);

Completed in 296 milliseconds