We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0af5298 commit f669d19Copy full SHA for f669d19
runtime/vm/regexp_assembler_ir.cc
@@ -241,8 +241,8 @@ void IRRegExpMacroAssembler::GenerateSuccessBlock() {
241
set_current_instruction(success_block_);
242
TAG();
243
244
- Value* type = Bind(new (Z) ConstantInstr(
245
- TypeArguments::ZoneHandle(Z, TypeArguments::null())));
+ Value* type = Bind(new (Z) ConstantInstr(TypeArguments::ZoneHandle(
+ Z, Isolate::Current()->object_store()->type_argument_int())));
246
Value* length = Bind(Uint64Constant(saved_registers_count_));
247
Value* array = Bind(new (Z) CreateArrayInstr(TokenPosition::kNoSource, type,
248
length, GetNextDeoptId()));
0 commit comments