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

Unified Diff: test/cctest/interpreter/test-bytecode-generator.cc

Issue 1442643002: [turbofan] Rename "original constructor" to "new target". (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rebased. Created 5 years, 1 month 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
« no previous file with comments | « src/runtime/runtime-function.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/interpreter/test-bytecode-generator.cc
diff --git a/test/cctest/interpreter/test-bytecode-generator.cc b/test/cctest/interpreter/test-bytecode-generator.cc
index c29eb9659db7efded6000e6fbc2d26a55c6ebc3c..6fda07b83b3d129cad22853d7f0fe68f07dd4862 100644
--- a/test/cctest/interpreter/test-bytecode-generator.cc
+++ b/test/cctest/interpreter/test-bytecode-generator.cc
@@ -5199,11 +5199,10 @@ TEST(NewTarget) {
1,
10,
{
- B(CallRuntime), U16(Runtime::kGetOriginalConstructor), R(0), //
- U8(0), //
- B(Star), R(0), //
- B(Ldar), R(0), //
- B(Return), //
+ B(CallRuntime), U16(Runtime::kGetNewTarget), R(0), U8(0), //
+ B(Star), R(0), //
+ B(Ldar), R(0), //
+ B(Return), //
}},
};
« no previous file with comments | « src/runtime/runtime-function.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698