Home | History | Annotate | Download | only in src

Lines Matching refs:HCallFunction

2186 class HCallFunction: public HBinaryCall {
2188 HCallFunction(HValue* context, HValue* function, int argument_count)
2192 static HCallFunction* New(Zone* zone,
2196 return new(zone) HCallFunction(context, function, argument_count);