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

Unified Diff: test/mjsunit/es6/reflect-construct.js

Issue 2034083002: Don't compile functions in a context the caller doesn't have access to (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: updates Created 4 years, 5 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 | « test/mjsunit/cross-realm-filtering.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/es6/reflect-construct.js
diff --git a/test/mjsunit/es6/reflect-construct.js b/test/mjsunit/es6/reflect-construct.js
index b37f876e94ffb168646c6298be81cc778785877c..4661b4093b3014a72b6153f45ab2b965c62bb283 100644
--- a/test/mjsunit/es6/reflect-construct.js
+++ b/test/mjsunit/es6/reflect-construct.js
@@ -1,6 +1,8 @@
// Copyright 2014 the V8 project authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+//
+// Flags: --allow-unsafe-function-constructor
(function testReflectConstructArity() {
« no previous file with comments | « test/mjsunit/cross-realm-filtering.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698