Home | History | Annotate | Download | only in src

Lines Matching refs:HContext

1506 class HContext V8_FINAL : public HTemplateInstruction<0> {
1508 static HContext* New(Zone* zone) {
1509 return new(zone) HContext();
1522 HContext() {