Lines Matching defs:values
238 // Create JSObject with initial properties given by keys and values, note that property key must be String, and
242 const napi_value* values)
249 reinterpret_cast<const Local<JSValueRef> *>(values));
775 // Methods to coerce values
1177 // Methods to compare values
1294 napi_value* argv, // [out] Array of values
2417 uint8_t** values = (uint8_t**)(data);
2419 if (values != nullptr) {
2420 *values = reinterpret_cast<uint8_t*>(res->GetBuffer(vm));
2435 uint8_t** values = (uint8_t**)(data);
2437 if (values != nullptr) {
2438 *values = reinterpret_cast<uint8_t*>(res->GetBuffer(vm));