Lines Matching defs:properties
27 const NapiPropertyDescriptor* properties,
33 if (properties[i].attributes & NATIVE_STATIC) {
34 InitSendablePropertiesInfo(env, infos.staticPropertiesInfo, properties[i]);
35 } else if (properties[i].attributes & NATIVE_INSTANCE) {
36 InitSendablePropertiesInfo(env, infos.instancePropertiesInfo, properties[i]);
37 } else if (properties[i].attributes & NATIVE_INSTANCE_OBJECT) {
38 InitSendablePropertiesInfo(env, infos.instancePropertiesInfo, properties[i],
40 } else if (properties[i].attributes & NATIVE_INSTANCE_GENERIC) {
41 InitSendablePropertiesInfo(env, infos.instancePropertiesInfo, properties[i],
44 InitSendablePropertiesInfo(env, infos.nonStaticPropertiesInfo, properties[i]);