Lines Matching refs:constructor
1377 HCallNew(HValue* context, HValue* constructor, int argument_count)1378 : HBinaryCall(context, constructor, argument_count) {1386 HValue* constructor() { return second(); }