Home | History | Annotate | Download | only in src

Lines Matching refs:HWrapReceiver

3836 class HWrapReceiver V8_FINAL : public HTemplateInstruction<2> {
3838 DECLARE_INSTRUCTION_FACTORY_P2(HWrapReceiver, HValue*, HValue*);
3854 HWrapReceiver(HValue* receiver, HValue* function) {