Searched refs:IsValue (Results 1 – 4 of 4) sorted by relevance
23 bool IsValue() const;
86 bool IsValue() const { return IsExternConstant() || IsNamespaceConstant(); } in IsValue() function
639 bool IsValue() const { return kind_ == Expression::kValue; } in IsValue() function in v8::internal::interpreter::BytecodeGenerator::ExpressionResultScope
1010 bool Data::IsValue() const { in IsValue() function in v8::Data3853 Utils::ApiCheck(that->IsValue(), "v8::Value::Cast", "Data is not a Value"); in CheckCast()