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

Unified Diff: Source/core/testing/PrivateScriptTest.idl

Issue 553983007: Blink-in-JS: Allow a stackoverflow error thrown by private scripts (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 3 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
« no previous file with comments | « Source/bindings/core/v8/PrivateScriptRunner.cpp ('k') | Source/core/testing/PrivateScriptTest.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/testing/PrivateScriptTest.idl
diff --git a/Source/core/testing/PrivateScriptTest.idl b/Source/core/testing/PrivateScriptTest.idl
index 105a1bb892d4491ac94c888e3ceb664a360d2e44..769aa5f687c69130ed2b38352f12f91d327c0e7f 100644
--- a/Source/core/testing/PrivateScriptTest.idl
+++ b/Source/core/testing/PrivateScriptTest.idl
@@ -35,6 +35,7 @@
[ImplementedInPrivateScript] void voidMethodThrowsRangeError();
[ImplementedInPrivateScript] void voidMethodThrowsSyntaxError();
[ImplementedInPrivateScript] void voidMethodThrowsReferenceError();
+ [ImplementedInPrivateScript] void voidMethodThrowsStackOverflowError();
[ImplementedInPrivateScript, OnlyExposedToPrivateScript] short addIntegerForPrivateScriptOnly(short value1, short value2);
[ImplementedInPrivateScript, OnlyExposedToPrivateScript] attribute DOMString stringAttributeForPrivateScriptOnly;
[ImplementedInPrivateScript] short addIntegerImplementedInCPP(short value1, short value2);
« no previous file with comments | « Source/bindings/core/v8/PrivateScriptRunner.cpp ('k') | Source/core/testing/PrivateScriptTest.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698