Searched refs:nativeProperties (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/arkui/napi/native_engine/ |
H A D | native_api.cpp | 1115 auto nativeProperties = reinterpret_cast<const NapiPropertyDescriptor*>(properties); in napi_define_properties() local 1117 if (nativeProperties[i].utf8name == nullptr) { in napi_define_properties() 1118 auto name = LocalValueFromJsValue(nativeProperties[i].name); in napi_define_properties() 1122 NapiDefineProperty(env, nativeObject, nativeProperties[i]); in napi_define_properties() 1393 auto nativeProperties = reinterpret_cast<const NapiPropertyDescriptor*>(properties); in napi_define_class() local 1404 …auto resultValue = NapiDefineClass(env, newName, callback, data, nativeProperties, property_count); in napi_define_class() 1432 auto nativeProperties = reinterpret_cast<const NapiPropertyDescriptor*>(properties); in napi_define_sendable_class() local 1442 … NapiDefineSendableClass(env, newName, callback, data, nativeProperties, property_count, parent); in napi_define_sendable_class() 1457 auto nativeProperties = reinterpret_cast<const NapiPropertyDescriptor*>(properties); in napi_create_sendable_object_with_properties() local 1458 auto object = NapiCreateSObjectWithProperties(env, property_count, nativeProperties); in napi_create_sendable_object_with_properties()
|