Lines Matching refs:nativeProperties
1115 auto nativeProperties = reinterpret_cast<const NapiPropertyDescriptor*>(properties);
1117 if (nativeProperties[i].utf8name == nullptr) {
1118 auto name = LocalValueFromJsValue(nativeProperties[i].name);
1122 NapiDefineProperty(env, nativeObject, nativeProperties[i]);
1387 auto nativeProperties = reinterpret_cast<const NapiPropertyDescriptor*>(properties);
1398 auto resultValue = NapiDefineClass(env, newName, callback, data, nativeProperties, property_count);
1426 auto nativeProperties = reinterpret_cast<const NapiPropertyDescriptor*>(properties);
1436 NapiDefineSendableClass(env, newName, callback, data, nativeProperties, property_count, parent);
1451 auto nativeProperties = reinterpret_cast<const NapiPropertyDescriptor*>(properties);
1452 auto object = NapiCreateSObjectWithProperties(env, property_count, nativeProperties);