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

Unified Diff: test/mjsunit/regress/regress-995.js

Issue 1479293002: Rename %_IsSpecObject to %_IsJSReceiver. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rebase. 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
Index: test/mjsunit/regress/regress-995.js
diff --git a/test/mjsunit/regress/regress-995.js b/test/mjsunit/regress/regress-995.js
index 6f3dac13304dada86038793ef6fea274e0387c18..3f99179104a90debbc8eb47ad288d156a8cb6b75 100644
--- a/test/mjsunit/regress/regress-995.js
+++ b/test/mjsunit/regress/regress-995.js
@@ -33,7 +33,7 @@
// HHasInstance.
function f(value) {
- if (%_IsSpecObject(value)) {
+ if (%_IsJSReceiver(value)) {
if ((%_IsArray(value))) assertTrue(false);
}
}
« no previous file with comments | « test/mjsunit/constant-fold-control-instructions.js ('k') | test/unittests/compiler/js-intrinsic-lowering-unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698