Home | History | Annotate | Download | only in src

Lines Matching refs:HWrapReceiver

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