Skip to content
Snippets Groups Projects
Commit cb84893f authored by Daniel Ehrenberg's avatar Daniel Ehrenberg Committed by Rick Waldron
Browse files

Add a test that BigInt does not have a parseInt function

parent 422f91e8
No related branches found
No related tags found
No related merge requests found
// Copyright (C) 2017 Igalia, S.L. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
description: BigInt does not have a static parseInt function
features: [BigInt]
---*/
assert(!BigInt.hasOwnProperty("parseInt"));
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment