Searched refs:IsValue (Results 1 – 6 of 6) sorted by relevance
96 virtual bool IsValue() { return false; } in IsValue() function109 bool IsValue() override { return true; } in IsValue() function
45 if (edge->ptr()->IsValue()) { in VisitMember()
55 bool IsValue() const { in IsValue() function
116 if (!d->IsValue()) { in LookupValue()
1869 declarations()->Lookup(expr->callee.name)->IsValue()) { in Visit()
581 bool IsValue() const { return kind_ == Expression::kValue; } in IsValue() function in v8::internal::interpreter::BytecodeGenerator::ExpressionResultScope