HomeSort by relevance Sort by last modified time
    Searched defs:NeedsHomeObject (Results 1 - 3 of 3) sorted by null

  /external/v8/src/full-codegen/
full-codegen.h 494 static bool NeedsHomeObject(Expression* expr) {
495 return FunctionLiteral::NeedsHomeObject(expr);
    [all...]
  /external/v8/src/ast/
ast.cc 346 bool FunctionLiteral::NeedsHomeObject(Expression* expr) {
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(value))
    [all...]
scopes.h 641 bool NeedsHomeObject() const {
    [all...]

Completed in 228 milliseconds