From d44f5032d0f53256b2d5aef505d6b593fd3cd158 Mon Sep 17 00:00:00 2001 From: Irvin Date: Wed, 16 Feb 2022 02:14:18 +0800 Subject: fix yari h2m dry run errors (zh-CN) --- .../object/__definegetter__/index.html | 54 ++-------------------- .../object/__definesetter__/index.html | 54 ++-------------------- .../object/__lookupgetter__/index.html | 50 +------------------- .../object/__lookupsetter__/index.html | 50 +------------------- .../global_objects/object/assign/index.html | 4 +- .../object/defineproperty/index.html | 8 +--- .../global_objects/object/entries/index.html | 4 +- .../global_objects/object/freeze/index.html | 2 +- .../object/getownpropertydescriptors/index.html | 2 +- .../object/getownpropertysymbols/index.html | 8 ++-- .../object/getprototypeof/index.html | 19 ++++---- .../global_objects/object/isextensible/index.html | 48 +------------------ .../global_objects/object/isfrozen/index.html | 8 ++-- .../global_objects/object/isprototypeof/index.html | 54 +--------------------- .../object/preventextensions/index.html | 8 ++-- .../global_objects/object/proto/index.html | 4 +- .../object/setprototypeof/index.html | 2 +- .../global_objects/object/tostring/index.html | 4 +- .../global_objects/object/valueof/index.html | 4 +- 19 files changed, 50 insertions(+), 337 deletions(-) (limited to 'files/zh-cn/web/javascript/reference/global_objects/object') diff --git a/files/zh-cn/web/javascript/reference/global_objects/object/__definegetter__/index.html b/files/zh-cn/web/javascript/reference/global_objects/object/__definegetter__/index.html index b0229c493e..d8fb71db90 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/object/__definegetter__/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/object/__definegetter__/index.html @@ -47,55 +47,11 @@ console.log(o.gimmeFive); // 5

规范

不属于任何规范。

-

浏览器兼容性

-
- {{CompatibilityTable}}
-
- - - - - - - - - - - - - - - - - - - -
FeatureChromeFirefox (Gecko)Internet ExplorerOperaSafari
Basic support{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatIE("11")}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}
-
-
- - - - - - - - - - - - - - - - - - - - - -
FeatureAndroidChrome for AndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Basic support{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}
-
+ +

浏览器兼容性

+ +{{Compat}} +

相关链接