Lines Matching defs:constructor
940 Register constructor, int feedback_slot) {
942 return SetNamedProperty(constructor, name_index, feedback_slot,
947 Register constructor, int feedback_slot) {
949 OutputGetNamedProperty(constructor, name_index, feedback_slot);
1328 Register constructor) {
1329 OutputThrowIfNotSuperConstructor(constructor);
1453 BytecodeArrayBuilder& BytecodeArrayBuilder::Construct(Register constructor,
1456 OutputConstruct(constructor, args, args.register_count(), feedback_slot_id);
1461 Register constructor, RegisterList args, int feedback_slot_id) {
1462 OutputConstructWithSpread(constructor, args, args.register_count(),