2014-04-25 12:49:55 +00:00
|
|
|
// 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.
|
|
|
|
|
2021-09-08 09:04:03 +00:00
|
|
|
// This neuters too low stack size passed by the flag fuzzer.
|
|
|
|
// Flags: --stack-size=864
|
|
|
|
|
2014-04-25 12:49:55 +00:00
|
|
|
var nativeJSON = this.JSON;
|
|
|
|
this.JSON = null;
|
2021-06-01 12:46:36 +00:00
|
|
|
d8.file.execute("test/webkit/resources/json2-es5-compat.js");
|
|
|
|
d8.file.execute("test/webkit/resources/JSON-stringify.js");
|