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

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

Issue 2113613002: [Interpereter] Inline FastNewClosure into CreateClosure bytecode handler (Closed) Base URL: ssh://rmcilroy.lon.corp.google.com///usr/local/google/code/v8_full/v8@int_context
Patch Set: Rebaseline bytecode expectations Created 4 years, 6 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/LetVariableContextSlot.golden
diff --git a/test/cctest/interpreter/bytecode_expectations/LetVariableContextSlot.golden b/test/cctest/interpreter/bytecode_expectations/LetVariableContextSlot.golden
index 47250334d3afc7e02bc52650529a28fbca4b8330..68585dc91ae7ff1910e4a0a9188b108c59859a8e 100644
--- a/test/cctest/interpreter/bytecode_expectations/LetVariableContextSlot.golden
+++ b/test/cctest/interpreter/bytecode_expectations/LetVariableContextSlot.golden
@@ -19,7 +19,7 @@ bytecodes: [
B(PushContext), R(1),
B(LdaTheHole),
B(StaContextSlot), R(context), U8(4),
- B(CreateClosure), U8(0), U8(0),
+ B(CreateClosure), U8(0), U8(2),
B(Star), R(0),
/* 30 E> */ B(StackCheck),
/* 42 S> */ B(LdaSmi), U8(10),
@@ -45,7 +45,7 @@ bytecodes: [
B(PushContext), R(1),
B(LdaTheHole),
B(StaContextSlot), R(context), U8(4),
- B(CreateClosure), U8(0), U8(0),
+ B(CreateClosure), U8(0), U8(2),
B(Star), R(0),
/* 30 E> */ B(StackCheck),
/* 42 S> */ B(LdaSmi), U8(10),
@@ -76,7 +76,7 @@ bytecodes: [
B(PushContext), R(1),
B(LdaTheHole),
B(StaContextSlot), R(context), U8(4),
- B(CreateClosure), U8(0), U8(0),
+ B(CreateClosure), U8(0), U8(2),
B(Star), R(0),
/* 30 E> */ B(StackCheck),
/* 45 S> */ B(LdaSmi), U8(20),
@@ -111,7 +111,7 @@ bytecodes: [
B(PushContext), R(1),
B(LdaTheHole),
B(StaContextSlot), R(context), U8(4),
- B(CreateClosure), U8(0), U8(0),
+ B(CreateClosure), U8(0), U8(2),
B(Star), R(0),
/* 30 E> */ B(StackCheck),
/* 42 S> */ B(LdaSmi), U8(10),

Powered by Google App Engine
This is Rietveld 408576698