From 09d10136633355937867a21d65db64ae3c4d5829 Mon Sep 17 00:00:00 2001 From: Alexey Pyltsyn Date: Wed, 27 Oct 2021 18:02:34 +0300 Subject: Использование макроса для вставки специфицикаций - 2 (#2883) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../global_objects/regexp/source/index.html | 26 +--------------------- 1 file changed, 1 insertion(+), 25 deletions(-) (limited to 'files/ru/web/javascript/reference/global_objects/regexp/source') diff --git a/files/ru/web/javascript/reference/global_objects/regexp/source/index.html b/files/ru/web/javascript/reference/global_objects/regexp/source/index.html index 35a9312fdf..33a0f054a2 100644 --- a/files/ru/web/javascript/reference/global_objects/regexp/source/index.html +++ b/files/ru/web/javascript/reference/global_objects/regexp/source/index.html @@ -34,31 +34,7 @@ new RegExp('\n').source === '\\n'; // true, начиная с ES5

Спецификации

- - - - - - - - - - - - - - - - - - - - - - - -
СпецификацияСтатусКомментарии
ECMAScript 3-е издание.СтандартИзначальное определение. Реализована в JavaScript 1.2.
- JavaScript 1.5: свойство source является свойством экземпляра {{jsxref("Global_Objects/RegExp", "RegExp")}}, а не самого объекта {{jsxref("Global_Objects/RegExp", "RegExp")}}.
{{SpecName('ES5.1', '#sec-15.10.7.1', 'RegExp.prototype.source')}}{{Spec2('ES5.1')}}
{{SpecName('ES6', '#sec-get-regexp.prototype.source', 'RegExp.prototype.source')}}{{Spec2('ES6')}}Свойство source теперь является свойством доступа в прототипе объекта, а не собственным свойством данных экземпляра.
+{{Specifications}}

Совместимость с браузерами

-- cgit v1.2.3-54-g00ecf