File: esnext.function.metadata.js

package info (click to toggle)
node-core-js 3.33.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 18,828 kB
  • sloc: javascript: 87,204; makefile: 13
file content (4 lines) | stat: -rw-r--r-- 173 bytes parent folder | download
1
2
3
4
QUnit.test('Function#@@metadata', assert => {
  assert.true(Symbol.metadata in Function.prototype);
  assert.same(Function.prototype[Symbol.metadata], null, 'is null');
});