Home
last modified time | relevance | path

Searched refs:nativeProperties (Results 1 - 1 of 1) sorted by relevance

/foundation/arkui/napi/native_engine/
H A Dnative_api.cpp1115 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()
1387 auto nativeProperties = reinterpret_cast<const NapiPropertyDescriptor*>(properties); in napi_define_class() local
1398 auto resultValue = NapiDefineClass(env, newName, callback, data, nativeProperties, property_count); in napi_define_class()
1426 auto nativeProperties = reinterpret_cast<const NapiPropertyDescriptor*>(properties); in napi_define_sendable_class() local
1436 NapiDefineSendableClass(env, newName, callback, data, nativeProperties, property_count, parent); in napi_define_sendable_class()
1451 auto nativeProperties = reinterpret_cast<const NapiPropertyDescriptor*>(properties); in napi_create_sendable_object_with_properties() local
1452 auto object = NapiCreateSObjectWithProperties(env, property_count, nativeProperties); in napi_create_sendable_object_with_properties()
[all...]

Completed in 6 milliseconds