| Index: test/cctest/interpreter/bytecode_expectations/Generators.golden
|
| diff --git a/test/cctest/interpreter/bytecode_expectations/Generators.golden b/test/cctest/interpreter/bytecode_expectations/Generators.golden
|
| index 301ae24cace39c773ae1ae5d8a611703a63fdecb..17b257727977a8af256fb0f72de9d7a021a2195e 100644
|
| --- a/test/cctest/interpreter/bytecode_expectations/Generators.golden
|
| +++ b/test/cctest/interpreter/bytecode_expectations/Generators.golden
|
| @@ -47,7 +47,7 @@ bytecodes: [
|
| /* 16 S> */ B(Return),
|
| B(LdaSmi), U8(-2),
|
| B(Star), R(1),
|
| - B(CallRuntime), U16(Runtime::k_GeneratorGetInput), R(6), U8(1),
|
| + B(CallRuntime), U16(Runtime::k_GeneratorGetInputOrDebugPos), R(6), U8(1),
|
| B(Star), R(7),
|
| B(CallRuntime), U16(Runtime::k_GeneratorGetResumeMode), R(6), U8(1),
|
| B(Star), R(8),
|
| @@ -153,7 +153,7 @@ bytecodes: [
|
| /* 25 S> */ B(Return),
|
| B(LdaSmi), U8(-2),
|
| B(Star), R(1),
|
| - B(CallRuntime), U16(Runtime::k_GeneratorGetInput), R(6), U8(1),
|
| + B(CallRuntime), U16(Runtime::k_GeneratorGetInputOrDebugPos), R(6), U8(1),
|
| B(Star), R(7),
|
| B(CallRuntime), U16(Runtime::k_GeneratorGetResumeMode), R(6), U8(1),
|
| B(Star), R(8),
|
| @@ -187,7 +187,7 @@ bytecodes: [
|
| /* 25 S> */ B(Return),
|
| B(LdaSmi), U8(-2),
|
| B(Star), R(1),
|
| - B(CallRuntime), U16(Runtime::k_GeneratorGetInput), R(5), U8(1),
|
| + B(CallRuntime), U16(Runtime::k_GeneratorGetInputOrDebugPos), R(5), U8(1),
|
| B(Star), R(6),
|
| B(CallRuntime), U16(Runtime::k_GeneratorGetResumeMode), R(5), U8(1),
|
| B(Star), R(8),
|
| @@ -299,7 +299,7 @@ bytecodes: [
|
| /* 44 S> */ B(Return),
|
| B(LdaSmi), U8(-2),
|
| B(Star), R(3),
|
| - B(CallRuntime), U16(Runtime::k_GeneratorGetInput), R(8), U8(1),
|
| + B(CallRuntime), U16(Runtime::k_GeneratorGetInputOrDebugPos), R(8), U8(1),
|
| B(Star), R(9),
|
| B(CallRuntime), U16(Runtime::k_GeneratorGetResumeMode), R(8), U8(1),
|
| B(Star), R(10),
|
| @@ -394,7 +394,7 @@ bytecodes: [
|
| /* 44 S> */ B(Return),
|
| B(LdaSmi), U8(-2),
|
| B(Star), R(3),
|
| - B(CallRuntime), U16(Runtime::k_GeneratorGetInput), R(11), U8(1),
|
| + B(CallRuntime), U16(Runtime::k_GeneratorGetInputOrDebugPos), R(11), U8(1),
|
| B(Star), R(12),
|
| B(CallRuntime), U16(Runtime::k_GeneratorGetResumeMode), R(11), U8(1),
|
| B(Star), R(14),
|
|
|