| 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 aa13e49444696407f0467c859699ff599160809a..6e357376dedb29f72f3b2feebce9ca53cb901467 100644
|
| --- a/test/cctest/interpreter/bytecode_expectations/Generators.golden
|
| +++ b/test/cctest/interpreter/bytecode_expectations/Generators.golden
|
| @@ -48,9 +48,9 @@ bytecodes: [
|
| B(Return),
|
| B(LdaSmi), U8(-2),
|
| B(Star), R(1),
|
| - B(CallRuntime), U16(Runtime::kGeneratorGetInput), R(6), U8(1),
|
| + B(CallRuntime), U16(Runtime::k_GeneratorGetInput), R(6), U8(1),
|
| B(Star), R(7),
|
| - B(CallRuntime), U16(Runtime::kGeneratorGetResumeMode), R(6), U8(1),
|
| + B(CallRuntime), U16(Runtime::k_GeneratorGetResumeMode), R(6), U8(1),
|
| B(Star), R(8),
|
| B(LdaZero),
|
| B(TestEqualStrict), R(8),
|
| @@ -62,7 +62,7 @@ bytecodes: [
|
| B(Mov), R(7), R(9),
|
| B(LdaTrue),
|
| B(Star), R(10),
|
| - B(CallRuntime), U16(Runtime::kCreateIterResultObject), R(9), U8(2),
|
| + B(CallRuntime), U16(Runtime::k_CreateIterResultObject), R(9), U8(2),
|
| B(Star), R(3),
|
| B(LdaZero),
|
| B(Star), R(2),
|
| @@ -157,9 +157,9 @@ bytecodes: [
|
| B(Return),
|
| B(LdaSmi), U8(-2),
|
| B(Star), R(1),
|
| - B(CallRuntime), U16(Runtime::kGeneratorGetInput), R(6), U8(1),
|
| + B(CallRuntime), U16(Runtime::k_GeneratorGetInput), R(6), U8(1),
|
| B(Star), R(7),
|
| - B(CallRuntime), U16(Runtime::kGeneratorGetResumeMode), R(6), U8(1),
|
| + B(CallRuntime), U16(Runtime::k_GeneratorGetResumeMode), R(6), U8(1),
|
| B(Star), R(8),
|
| B(LdaZero),
|
| B(TestEqualStrict), R(8),
|
| @@ -171,7 +171,7 @@ bytecodes: [
|
| B(Mov), R(7), R(9),
|
| B(LdaTrue),
|
| B(Star), R(10),
|
| - B(CallRuntime), U16(Runtime::kCreateIterResultObject), R(9), U8(2),
|
| + B(CallRuntime), U16(Runtime::k_CreateIterResultObject), R(9), U8(2),
|
| B(Star), R(3),
|
| B(LdaZero),
|
| B(Star), R(2),
|
| @@ -192,9 +192,9 @@ bytecodes: [
|
| B(Return),
|
| B(LdaSmi), U8(-2),
|
| B(Star), R(1),
|
| - B(CallRuntime), U16(Runtime::kGeneratorGetInput), R(5), U8(1),
|
| + B(CallRuntime), U16(Runtime::k_GeneratorGetInput), R(5), U8(1),
|
| B(Star), R(6),
|
| - B(CallRuntime), U16(Runtime::kGeneratorGetResumeMode), R(5), U8(1),
|
| + B(CallRuntime), U16(Runtime::k_GeneratorGetResumeMode), R(5), U8(1),
|
| B(Star), R(8),
|
| B(LdaZero),
|
| B(TestEqualStrict), R(8),
|
| @@ -206,7 +206,7 @@ bytecodes: [
|
| B(Mov), R(6), R(9),
|
| B(LdaTrue),
|
| B(Star), R(10),
|
| - B(CallRuntime), U16(Runtime::kCreateIterResultObject), R(9), U8(2),
|
| + B(CallRuntime), U16(Runtime::k_CreateIterResultObject), R(9), U8(2),
|
| B(Star), R(3),
|
| B(LdaSmi), U8(1),
|
| B(Star), R(2),
|
| @@ -307,9 +307,9 @@ bytecodes: [
|
| B(Return),
|
| B(LdaSmi), U8(-2),
|
| B(Star), R(3),
|
| - B(CallRuntime), U16(Runtime::kGeneratorGetInput), R(8), U8(1),
|
| + B(CallRuntime), U16(Runtime::k_GeneratorGetInput), R(8), U8(1),
|
| B(Star), R(9),
|
| - B(CallRuntime), U16(Runtime::kGeneratorGetResumeMode), R(8), U8(1),
|
| + B(CallRuntime), U16(Runtime::k_GeneratorGetResumeMode), R(8), U8(1),
|
| B(Star), R(10),
|
| B(LdaZero),
|
| B(TestEqualStrict), R(10),
|
| @@ -321,7 +321,7 @@ bytecodes: [
|
| B(Mov), R(9), R(11),
|
| B(LdaTrue),
|
| B(Star), R(12),
|
| - B(CallRuntime), U16(Runtime::kCreateIterResultObject), R(11), U8(2),
|
| + B(CallRuntime), U16(Runtime::k_CreateIterResultObject), R(11), U8(2),
|
| B(Star), R(5),
|
| B(LdaZero),
|
| B(Star), R(4),
|
| @@ -411,9 +411,9 @@ bytecodes: [
|
| B(Return),
|
| B(LdaSmi), U8(-2),
|
| B(Star), R(3),
|
| - B(CallRuntime), U16(Runtime::kGeneratorGetInput), R(11), U8(1),
|
| + B(CallRuntime), U16(Runtime::k_GeneratorGetInput), R(11), U8(1),
|
| B(Star), R(12),
|
| - B(CallRuntime), U16(Runtime::kGeneratorGetResumeMode), R(11), U8(1),
|
| + B(CallRuntime), U16(Runtime::k_GeneratorGetResumeMode), R(11), U8(1),
|
| B(Star), R(14),
|
| B(LdaZero),
|
| B(TestEqualStrict), R(14),
|
| @@ -425,7 +425,7 @@ bytecodes: [
|
| B(Mov), R(12), R(15),
|
| B(LdaTrue),
|
| B(Star), R(16),
|
| - B(CallRuntime), U16(Runtime::kCreateIterResultObject), R(15), U8(2),
|
| + B(CallRuntime), U16(Runtime::k_CreateIterResultObject), R(15), U8(2),
|
| B(PopContext), R(2),
|
| B(PopContext), R(2),
|
| B(PopContext), R(2),
|
|
|