Skip to content
Snippets Groups Projects
Commit 3207bf74 authored by Michael Ficarra's avatar Michael Ficarra Committed by Rick Waldron
Browse files

Function.prototype.toString works on symbol-named built-ins

parent f3b8aff7
No related branches found
No related tags found
No related merge requests found
// Copyright (C) 2018 Michael Ficarra. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-function.prototype.tostring
description: Function.prototype.toString on symbol-named built-ins
includes: [nativeFunctionMatcher.js]
---*/
assertNativeFunction(RegExp.prototype[Symbol.match]);
assertNativeFunction(Object.getOwnPropertyDescriptor(RegExp, Symbol.species).get);
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