Lines Matching refs:ours
119531 JSCompartment* ours;119532 explicit SingleCompartment(JSCompartment* c) : ours(c) {}119533 virtual bool match(JSCompartment* c) const override { return c == ours; }