Searched refs:subObject (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/commonlibrary/ets_utils/js_api_module/convertxml/ |
H A D | js_convertxml.cpp | 325 napi_value subObject = nullptr; in Convert() local 328 napi_create_object(env, &subObject); in Convert() 336 napi_set_named_property(env, subObject, options_.attributes.c_str(), subSubObject); in Convert() 337 napi_set_named_property(env, object, options_.declaration.c_str(), subObject); in Convert()
|
/ohos5.0/foundation/arkui/napi/native_engine/impl/ark/ |
H A D | ark_native_engine.cpp | 332 panda::Local<panda::ObjectRef> subObject = ObjectRef::New(ecmaVm); in CopyPropertyApiFilter() local 333 CopyPropertyApiFilter(apiAllowListChecker, ecmaVm, value, subObject, curPath); in CopyPropertyApiFilter() 334 exportCopy->Set(ecmaVm, nameValue, subObject); in CopyPropertyApiFilter()
|