Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(183)

Unified Diff: test/cctest/interpreter/bytecode_expectations/ForOfLoop.golden

Issue 2893313002: [inspector] removed call break location from for-of loop (Closed)
Patch Set: removed each_keyword_pos Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: test/cctest/interpreter/bytecode_expectations/ForOfLoop.golden
diff --git a/test/cctest/interpreter/bytecode_expectations/ForOfLoop.golden b/test/cctest/interpreter/bytecode_expectations/ForOfLoop.golden
index b476d7ecf7c083339b4a21ba672eec59989748ba..9fa3d923485ba0e722cfd41781fea3d1a20325fb 100644
--- a/test/cctest/interpreter/bytecode_expectations/ForOfLoop.golden
+++ b/test/cctest/interpreter/bytecode_expectations/ForOfLoop.golden
@@ -29,11 +29,11 @@ bytecodes: [
B(JumpIfJSReceiver), U8(7),
B(CallRuntime), U16(Runtime::kThrowSymbolIteratorInvalid), R(0), U8(0),
B(Star), R(4),
- /* 31 S> */ B(LdaNamedProperty), R(4), U8(1), U8(9),
+ /* 29 S> */ B(LdaNamedProperty), R(4), U8(1), U8(9),
B(Star), R(15),
- /* 31 E> */ B(CallProperty0), R(15), R(4), U8(7),
+ B(CallProperty0), R(15), R(4), U8(7),
B(Star), R(5),
- /* 31 E> */ B(InvokeIntrinsic), U8(Runtime::k_IsJSReceiver), R(5), U8(1),
+ /* 29 E> */ B(InvokeIntrinsic), U8(Runtime::k_IsJSReceiver), R(5), U8(1),
B(ToBooleanLogicalNot),
B(JumpIfFalse), U8(7),
B(CallRuntime), U16(Runtime::kThrowIteratorResultNotAnObject), R(5), U8(1),
@@ -184,11 +184,11 @@ bytecodes: [
B(JumpIfJSReceiver), U8(7),
B(CallRuntime), U16(Runtime::kThrowSymbolIteratorInvalid), R(0), U8(0),
B(Star), R(1),
- /* 31 S> */ B(LdaNamedProperty), R(1), U8(2), U8(9),
+ /* 29 S> */ B(LdaNamedProperty), R(1), U8(2), U8(9),
B(Star), R(14),
- /* 31 E> */ B(CallProperty0), R(14), R(1), U8(7),
+ B(CallProperty0), R(14), R(1), U8(7),
B(Star), R(2),
- /* 31 E> */ B(InvokeIntrinsic), U8(Runtime::k_IsJSReceiver), R(2), U8(1),
+ /* 29 E> */ B(InvokeIntrinsic), U8(Runtime::k_IsJSReceiver), R(2), U8(1),
B(ToBooleanLogicalNot),
B(JumpIfFalse), U8(7),
B(CallRuntime), U16(Runtime::kThrowIteratorResultNotAnObject), R(2), U8(1),
@@ -351,11 +351,11 @@ bytecodes: [
B(JumpIfJSReceiver), U8(7),
B(CallRuntime), U16(Runtime::kThrowSymbolIteratorInvalid), R(0), U8(0),
B(Star), R(2),
- /* 31 S> */ B(LdaNamedProperty), R(2), U8(1), U8(9),
+ /* 29 S> */ B(LdaNamedProperty), R(2), U8(1), U8(9),
B(Star), R(13),
- /* 31 E> */ B(CallProperty0), R(13), R(2), U8(7),
+ B(CallProperty0), R(13), R(2), U8(7),
B(Star), R(3),
- /* 31 E> */ B(InvokeIntrinsic), U8(Runtime::k_IsJSReceiver), R(3), U8(1),
+ /* 29 E> */ B(InvokeIntrinsic), U8(Runtime::k_IsJSReceiver), R(3), U8(1),
B(ToBooleanLogicalNot),
B(JumpIfFalse), U8(7),
B(CallRuntime), U16(Runtime::kThrowIteratorResultNotAnObject), R(3), U8(1),
@@ -501,11 +501,11 @@ bytecodes: [
B(JumpIfJSReceiver), U8(7),
B(CallRuntime), U16(Runtime::kThrowSymbolIteratorInvalid), R(0), U8(0),
B(Star), R(7),
- /* 38 S> */ B(LdaNamedProperty), R(7), U8(1), U8(9),
+ /* 36 S> */ B(LdaNamedProperty), R(7), U8(1), U8(9),
B(Star), R(18),
- /* 38 E> */ B(CallProperty0), R(18), R(7), U8(7),
+ B(CallProperty0), R(18), R(7), U8(7),
B(Star), R(8),
- /* 38 E> */ B(InvokeIntrinsic), U8(Runtime::k_IsJSReceiver), R(8), U8(1),
+ /* 36 E> */ B(InvokeIntrinsic), U8(Runtime::k_IsJSReceiver), R(8), U8(1),
B(ToBooleanLogicalNot),
B(JumpIfFalse), U8(7),
B(CallRuntime), U16(Runtime::kThrowIteratorResultNotAnObject), R(8), U8(1),
@@ -715,12 +715,12 @@ bytecodes: [
B(JumpIfJSReceiver), U8(7),
B(CallRuntime), U16(Runtime::kThrowSymbolIteratorInvalid), R(0), U8(0),
/* 35 E> */ B(StaContextSlot), R(1), U8(7), U8(0),
- /* 32 S> */ B(LdaContextSlot), R(1), U8(7), U8(0),
+ /* 30 S> */ B(LdaContextSlot), R(1), U8(7), U8(0),
B(Star), R(14),
B(LdaNamedProperty), R(14), U8(3), U8(9),
B(Star), R(13),
- /* 32 E> */ B(CallProperty0), R(13), R(14), U8(7),
- /* 32 E> */ B(StaContextSlot), R(1), U8(8), U8(0),
+ B(CallProperty0), R(13), R(14), U8(7),
+ /* 30 E> */ B(StaContextSlot), R(1), U8(8), U8(0),
B(Star), R(13),
B(InvokeIntrinsic), U8(Runtime::k_IsJSReceiver), R(13), U8(1),
B(ToBooleanLogicalNot),
@@ -1003,12 +1003,12 @@ bytecodes: [
B(LdaSmi), I8(79),
B(Star), R(12),
B(CallRuntime), U16(Runtime::kAbort), R(12), U8(1),
- /* 32 S> */ B(LdaContextSlot), R(1), U8(7), U8(0),
+ /* 30 S> */ B(LdaContextSlot), R(1), U8(7), U8(0),
B(Star), R(13),
B(LdaNamedProperty), R(13), U8(5), U8(9),
B(Star), R(12),
- /* 32 E> */ B(CallProperty0), R(12), R(13), U8(7),
- /* 32 E> */ B(StaContextSlot), R(1), U8(8), U8(0),
+ B(CallProperty0), R(12), R(13), U8(7),
+ /* 30 E> */ B(StaContextSlot), R(1), U8(8), U8(0),
B(Star), R(12),
B(InvokeIntrinsic), U8(Runtime::k_IsJSReceiver), R(12), U8(1),
B(ToBooleanLogicalNot),
@@ -1283,12 +1283,12 @@ bytecodes: [
B(JumpIfJSReceiver), U8(7),
B(CallRuntime), U16(Runtime::kThrowSymbolIteratorInvalid), R(0), U8(0),
/* 40 E> */ B(StaContextSlot), R(1), U8(7), U8(0),
- /* 37 S> */ B(LdaContextSlot), R(1), U8(7), U8(0),
+ /* 35 S> */ B(LdaContextSlot), R(1), U8(7), U8(0),
B(Star), R(13),
B(LdaNamedProperty), R(13), U8(2), U8(9),
B(Star), R(12),
- /* 37 E> */ B(CallProperty0), R(12), R(13), U8(7),
- /* 37 E> */ B(StaContextSlot), R(1), U8(8), U8(0),
+ B(CallProperty0), R(12), R(13), U8(7),
+ /* 35 E> */ B(StaContextSlot), R(1), U8(8), U8(0),
B(Star), R(12),
B(InvokeIntrinsic), U8(Runtime::k_IsJSReceiver), R(12), U8(1),
B(ToBooleanLogicalNot),
@@ -1577,12 +1577,12 @@ bytecodes: [
B(LdaSmi), I8(79),
B(Star), R(13),
B(CallRuntime), U16(Runtime::kAbort), R(13), U8(1),
- /* 37 S> */ B(LdaContextSlot), R(1), U8(9), U8(0),
+ /* 35 S> */ B(LdaContextSlot), R(1), U8(9), U8(0),
B(Star), R(14),
B(LdaNamedProperty), R(14), U8(4), U8(9),
B(Star), R(13),
- /* 37 E> */ B(CallProperty0), R(13), R(14), U8(7),
- /* 37 E> */ B(StaContextSlot), R(1), U8(10), U8(0),
+ B(CallProperty0), R(13), R(14), U8(7),
+ /* 35 E> */ B(StaContextSlot), R(1), U8(10), U8(0),
B(Star), R(13),
B(InvokeIntrinsic), U8(Runtime::k_IsJSReceiver), R(13), U8(1),
B(ToBooleanLogicalNot),

Powered by Google App Engine
This is Rietveld 408576698