2016-11-28 14:43:35 +00:00
|
|
|
// Copyright 2016 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.
|
|
|
|
|
|
|
|
function alert(x) {};
|
|
|
|
assertThrows(
|
2017-12-19 19:14:44 +00:00
|
|
|
'Function("a=`","`,xss=1){alert(xss)")'
|
2016-11-28 14:43:35 +00:00
|
|
|
);
|