/ohos5.0/foundation/distributeddatamgr/data_object/interfaces/jskits/ |
H A D | distributed_data_object.js | 94 enumerable: true, 106 enumerable: true, 189 enumerable: true, 210 enumerable: true, 259 enumerable: true, 292 enumerable: true, 300 enumerable: true,
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/demo/hvigor/ |
H A D | hvigor-wrapper.js | 16 …enumerable:!0,get:function(){return D[e]}}),Object.defineProperty(u,t,r)}:function(u,D,e,t){void 0…
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/lib/v2/ |
H A D | v2_decorators.ts | 116 enumerable: true 225 enumerable: true
|
H A D | v2_decorated_variables.ts | 182 enumerable: true 205 enumerable: true
|
H A D | v2_change_observation.ts | 695 enumerable: false 718 enumerable: false 754 enumerable: true
|
H A D | v2_computed.ts | 70 enumerable: true
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/packages/runtime-core/src/observer/ |
H A D | utils.js | 33 Object.defineProperty(target, key, { enumerable: false, value });
|
H A D | subject.js | 150 enumerable: true,
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/packages/runtime-core/src/core/ |
H A D | index.js | 105 enumerable: false,
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/lib/partial_update/ |
H A D | pu_observed_property_abstract.ts | 49 … Object.defineProperty(this, 'owningView_', {writable: true, enumerable: false, value: undefined}); 51 {writable: true, enumerable: false, value: new Set<IPropertySubscriber>()});
|
/ohos5.0/docs/en/application-dev/napi/ |
H A D | use-jsvm-about-property.md | 13 - Enumerable property: a property in JS with **enumerable** set to **true**. An enumerable property… 20 | OH_JSVM_GetPropertyNames | Obtains the names of all enumerable properties of a JS object as a J… 38 Use **OH_JSVM_GetPropertyNames** to obtain names of all enumerable properties of a JS object in the… 50 …// Obtain the names of all the enumerable properties of the object in the form of a string array a…
|
H A D | use-napi-about-property.md | 13 - Enumerable property: a property in ArkTS with **enumerable** set to **true**. An enumerable prope… 21 | napi_get_property_names | Obtains the names of the enumerable properties of an object in an array… 39 Use **napi_get_property_names** to obtain the names of the enumerable properties of an object in an… 52 …// Obtain the names of all the enumerable properties of the object in the form of a string array a…
|
H A D | napi-data-types-interfaces.md | 430 | napi_get_property_names | Obtains the names of the enumerable properties of an object in an array…
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/lib/common/ |
H A D | observed_object.ts | 79 enumerable: false,
|
/ohos5.0/foundation/arkui/napi/test/unittest/cj_native/ |
H A D | test_ark_interop.cpp | 469 bool enumerable; member 489 (cases[i].enumerable ? N_ENUMERABLE : 0) | in TestDefineProperty()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | stateMgmt.js | 2255 enumerable: false, 4646 …Object.defineProperty(this, 'owningView_', { writable: true, enumerable: false, value: undefined }… 4647 …Object.defineProperty(this, 'subscriberRefs_', { writable: true, enumerable: false, value: new Set… 8370 enumerable: false 8391 enumerable: false 8437 enumerable: true 8620 enumerable: true 8641 enumerable: true 8930 enumerable: true 9543 enumerable: true [all …]
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/dialog/PasteboardDialog/hvigor/ |
H A D | hvigor-wrapper.js | 15 …enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0…
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/application/hvigor/ |
H A D | hvigor-wrapper.js | 15 …enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0…
|
/ohos5.0/base/useriam/face_auth/ui/Settings_FaceAuth/hvigor/ |
H A D | hvigor-wrapper.js | 16 …enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,u)}:function(e,t,n,r){void 0…
|
/ohos5.0/commonlibrary/ets_utils/js_api_module/url/src/ |
H A D | js_url.ts | 473 if (desc !== undefined && desc.enumerable) {
|
/ohos5.0/docs/zh-cn/application-dev/napi/ |
H A D | use-jsvm-about-property.md | 13 - **可枚举属性(EnumerableProperty)**:在JavaScript中,对象的属性分为可枚举和不可枚举之分,它们是由属性的enumerable值决定的,即内部 “可枚举” 标志设置…
|
H A D | use-napi-about-property.md | 13 - **可枚举属性(EnumerableProperty)**:在ArkTS中,对象的属性分为可枚举和不可枚举之分,它们是由属性的enumerable值决定的,即内部 “可枚举” 标志设置为true…
|
/ohos5.0/docs/en/application-dev/reference/common/ |
H A D | _j_s_v_m.md | 205 …value) object, [JSVM_Value](#jsvm_value) \*result) | Gets the names of enumerable properties of an… 648 | JSVM_DEFAULT_METHOD | Configurable, writable, but not enumerable property, like a method in a Jav… 649 | JSVM_DEFAULT_JSPROPERTY | Writable, enumerable, and configurable property, like a property set by… 3135 Gets the names of enumerable properties of an object as an array of characters. The properties of t…
|
H A D | jsvm_8h.md | 139 …ct, [JSVM_Value](_j_s_v_m.md#jsvm_value) \*result) | Gets the names of enumerable properties of an…
|
/ohos5.0/docs/en/application-dev/reference/native-lib/ |
H A D | napi.md | 102 |FUNC|napi_get_property_names|Obtains the names of the enumerable properties of an object in an arr…
|