Lines Matching refs:properties
132 // Create JSObject with initial properties given by descriptors, note that property key must be String,
137 const napi_property_descriptor* properties);
138 // Create JSObject with initial properties given by keys and values, note that property key must be String,
146 * @brief This API sets native properties to a object and converts this js object to native binding object.
193 * @param property_count: Number of items in the properties array argument.
194 * @param properties: Array of property descriptors describing static and instance data properties, accessors, and
207 const napi_property_descriptor* properties,
225 * @param property_count The count of object properties.
226 * @param properties Object properties.
231 const napi_property_descriptor* properties,