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

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

Issue 2677163003: WIP: type profiling. (Closed)
Patch Set: Rebaseline. Created 3 years, 10 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/OuterContextVariables.golden
diff --git a/test/cctest/interpreter/bytecode_expectations/OuterContextVariables.golden b/test/cctest/interpreter/bytecode_expectations/OuterContextVariables.golden
index d72a32aef4b1584d28fa068d198ec4e9059aadf4..9b3220f7c37b06229f86e8a2e9a373804dedec4b 100644
--- a/test/cctest/interpreter/bytecode_expectations/OuterContextVariables.golden
+++ b/test/cctest/interpreter/bytecode_expectations/OuterContextVariables.golden
@@ -46,17 +46,20 @@ snippet: "
var f = new Outer().getInnerFunc();
f();
"
-frame size: 0
+frame size: 1
parameter count: 1
-bytecode array length: 9
+bytecode array length: 13
bytecodes: [
/* 97 E> */ B(StackCheck),
- /* 102 S> */ B(LdaImmutableCurrentContextSlot), U8(4),
+ /* 102 S> */ B(LdaConstant), U8(0),
+ B(Star), R(0),
+ B(LdaImmutableCurrentContextSlot), U8(4),
/* 111 E> */ B(StaContextSlot), R(context), U8(4), U8(1),
B(LdaUndefined),
/* 123 S> */ B(Return),
]
constant pool: [
+ ONE_BYTE_INTERNALIZED_STRING_TYPE ["outerVar"],
]
handlers: [
]

Powered by Google App Engine
This is Rietveld 408576698