Home
last modified time | relevance | path

Searched refs:propertyNamesArrayVal (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/arkui/napi/test/unittest/
H A Dtest_ark_api_allowlist.cpp62 Local<ArrayRef> propertyNamesArrayVal = obj->GetAllPropertyNames(vm, filter); in CheckPropertyNames() local
63 for (uint32_t i = 0; i < propertyNamesArrayVal->Length(vm); ++i) { in CheckPropertyNames()
64 Local<JSValueRef> nameValue = ArrayRef::GetValueAt(vm, propertyNamesArrayVal, i); in CheckPropertyNames()
78 Local<ArrayRef> propertyNamesArrayVal = exportCopy->GetAllPropertyNames(vm, filter); in Test001() local
79 for (uint32_t i = 0; i < propertyNamesArrayVal->Length(vm); ++i) { in Test001()
107 Local<ArrayRef> propertyNamesArrayVal = exportCopy->GetAllPropertyNames(vm, filter); in Test002() local
108 for (uint32_t i = 0; i < propertyNamesArrayVal->Length(vm); ++i) { in Test002()
180 Local<ArrayRef> propertyNamesArrayVal = i18nObj->GetAllPropertyNames(vm, filter); variable
181 for (uint32_t i = 0; i < propertyNamesArrayVal->Length(vm); ++i) {
234 Local<ArrayRef> propertyNamesArrayVal = intlObj->GetAllPropertyNames(vm, filter); variable
[all …]