Home | History | Annotate | Download | only in interpreter

Lines Matching defs:kind_

244         kind_(kind),
256 bool IsEffect() const { return kind_ == Expression::kEffect; }
257 bool IsValue() const { return kind_ == Expression::kValue; }
276 Expression::Context kind_;