Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/GAP/pkg/liepring/lib/dim7/2gen/stuff/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 11.5.2024 mit Größe 61 B image not shown  

Quelle  name.js   Sprache: unbekannt

 
// Copyright (C) 2015 André Bargull. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.

/*---
es6id: B.2.1.2
description: >
  unescape.name is "unescape".
info: |
  unescape (string)

  17 ECMAScript Standard Built-in Objects:
    Every built-in Function object, including constructors, that is not
    identified as an anonymous function has a name property whose value
    is a String.

    Unless otherwise specified, the name property of a built-in Function
    object, if it exists, has the attributes { [[Writable]]: false,
    [[Enumerable]]: false, [[Configurable]]: true }.
includes: [propertyHelper.js]
---*/


verifyProperty(unescape, "name", {
  enumerable: false,
  writable: false,
  configurable: true,
  value: "unescape"
});

reportCompare(0, 0);

Messung V0.5
C=90 H=86 G=87

[ zur Elbe Produktseite wechseln0.3Quellennavigators  Analyse erneut starten  ]