# HG changeset patch # User Yaroslav Zhuravlev # Date 1559915190 -10800 # Node ID 9e0ef39f58ddab18a1081e8b170a2841f0241b78 # Parent bde611cbb7ae330b07fb1ff37aa96598a1afd31b Added missing methods, removed odd methods in njs Compatibility. diff -r bde611cbb7ae -r 9e0ef39f58dd xml/en/docs/njs/compatibility.xml --- a/xml/en/docs/njs/compatibility.xml Thu Jun 06 20:48:15 2019 +0300 +++ b/xml/en/docs/njs/compatibility.xml Fri Jun 07 16:46:30 2019 +0300 @@ -9,7 +9,7 @@
@@ -131,6 +131,10 @@ defineProperty (support without accessor descriptors), defineProperties (support without accessor descriptors), getOwnPropertyDescriptor, +getOwnPropertyDescriptors +(0.3.1), +getOwnPropertyNames +(0.3.1), getPrototypeOf, preventExtensions, isExtensible, @@ -158,7 +162,6 @@ ES5.1: hasOwnProperty, isPrototypeOf, -isEnumerable (0.3.0), valueOf, toString, diff -r bde611cbb7ae -r 9e0ef39f58dd xml/ru/docs/njs/compatibility.xml --- a/xml/ru/docs/njs/compatibility.xml Thu Jun 06 20:48:15 2019 +0300 +++ b/xml/ru/docs/njs/compatibility.xml Fri Jun 07 16:46:30 2019 +0300 @@ -9,7 +9,7 @@
@@ -133,6 +133,10 @@ defineProperty (поддержка без дескрипторов доступа), defineProperties (поддержка без дескрипторов доступа), getOwnPropertyDescriptor, +getOwnPropertyDescriptors +(0.3.1), +getOwnPropertyNames +(0.3.1), getPrototypeOf, preventExtensions, isExtensible, @@ -161,7 +165,6 @@ ES5.1: hasOwnProperty, isPrototypeOf, -isEnumerable (0.3.0), valueOf, toString,