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

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

Issue 6793017: In LCodeGen::DoDeferredLInstanceOfKnownGlobal emit safepoint with registers for the call to stub. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: port to arm and x64 Created 9 years, 8 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
« src/x64/lithium-codegen-x64.cc ('K') | « src/x64/macro-assembler-x64.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/regress/regress-78270.js
diff --git a/test/mjsunit/regress/regress-78270.js b/test/mjsunit/regress/regress-78270.js
new file mode 100644
index 0000000000000000000000000000000000000000..f5aa6a5f2731a8d2a37f851adff46ff20b80672b
--- /dev/null
+++ b/test/mjsunit/regress/regress-78270.js
@@ -0,0 +1,11 @@
+
fschneider 2011/04/07 11:28:30 Insert copyright header.
+for (var i = 0; i < 10000; i++) {
+ try {
+ var object = { };
+ function g(f0) {
+ var f0 = (object instanceof encodeURI)('foo');
+ }
+ g(75);
+ } catch (g) {
+ }
+}
« src/x64/lithium-codegen-x64.cc ('K') | « src/x64/macro-assembler-x64.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698