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

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

Issue 2893313002: [inspector] removed call break location from for-of loop (Closed)
Patch Set: removed call location 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..978587e724d7a4f9f5a77506cf6ba8a42e1656b0 100644
--- a/test/cctest/interpreter/bytecode_expectations/ForOfLoop.golden
+++ b/test/cctest/interpreter/bytecode_expectations/ForOfLoop.golden
@@ -31,7 +31,7 @@ bytecodes: [
B(Star), R(4),
/* 31 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),
B(ToBooleanLogicalNot),
@@ -186,7 +186,7 @@ bytecodes: [
B(Star), R(1),
/* 31 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),
B(ToBooleanLogicalNot),
@@ -353,7 +353,7 @@ bytecodes: [
B(Star), R(2),
/* 31 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),
B(ToBooleanLogicalNot),
@@ -503,7 +503,7 @@ bytecodes: [
B(Star), R(7),
/* 38 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),
B(ToBooleanLogicalNot),
@@ -719,7 +719,7 @@ bytecodes: [
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),
+ B(CallProperty0), R(13), R(14), U8(7),
/* 32 E> */ B(StaContextSlot), R(1), U8(8), U8(0),
B(Star), R(13),
B(InvokeIntrinsic), U8(Runtime::k_IsJSReceiver), R(13), U8(1),
@@ -1007,7 +1007,7 @@ bytecodes: [
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),
+ B(CallProperty0), R(12), R(13), U8(7),
/* 32 E> */ B(StaContextSlot), R(1), U8(8), U8(0),
B(Star), R(12),
B(InvokeIntrinsic), U8(Runtime::k_IsJSReceiver), R(12), U8(1),
@@ -1287,7 +1287,7 @@ bytecodes: [
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),
+ B(CallProperty0), R(12), R(13), U8(7),
/* 37 E> */ B(StaContextSlot), R(1), U8(8), U8(0),
B(Star), R(12),
B(InvokeIntrinsic), U8(Runtime::k_IsJSReceiver), R(12), U8(1),
@@ -1581,7 +1581,7 @@ bytecodes: [
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),
+ B(CallProperty0), R(13), R(14), U8(7),
/* 37 E> */ B(StaContextSlot), R(1), U8(10), U8(0),
B(Star), R(13),
B(InvokeIntrinsic), U8(Runtime::k_IsJSReceiver), R(13), U8(1),

Powered by Google App Engine
This is Rietveld 408576698