blob: 0e956f6e94d73885c29e4f24a1feb11acaf68628 [file] [log] [blame]
// Copyright 2015 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.
// Should not crash in ASAN.
function shouldThrow() {
shouldThrow(JSON.parse('{"0":1}'));
}
assertThrows("shouldThrow()", RangeError);