napi-rs/crates/napi/src/bindgen_runtime/js_values
2022-08-23 16:18:08 +08:00
..
array.rs feat(napi): support rust array to js array 2022-08-12 17:53:36 +08:00
arraybuffer.rs fix(napi): memory leak in Buffer/ArrayBuffer 2022-07-11 21:34:27 +08:00
bigint.rs refactor(napi): Either now perform ValidateNapiValue::validate rather than type_of 2022-07-05 17:01:21 +08:00
boolean.rs refactor(napi): Either now perform ValidateNapiValue::validate rather than type_of 2022-07-05 17:01:21 +08:00
buffer.rs fix(napi): memory leak in Buffer/ArrayBuffer 2022-07-11 21:34:27 +08:00
class.rs feat(napi-derive): support inject This<Value> into raw function 2022-08-17 18:16:00 +08:00
date.rs refactor(napi): use libloading on Windows 2022-05-06 22:27:09 +08:00
either.rs fix(napi): either for #[napi(object)] types (#1258) 2022-08-07 01:16:28 +08:00
external.rs refactor(napi): Either now perform ValidateNapiValue::validate rather than type_of 2022-07-05 17:01:21 +08:00
function.rs refactor(napi): Either now perform ValidateNapiValue::validate rather than type_of 2022-07-05 17:01:21 +08:00
map.rs refactor(napi): Either now perform ValidateNapiValue::validate rather than type_of 2022-07-05 17:01:21 +08:00
nil.rs feat(napi): add some useful derived traits for the Null type (#1241) 2022-07-22 23:45:02 +08:00
number.rs feat(napi): implement ToNapiValue for f32 2022-08-23 16:18:08 +08:00
object.rs chore(napi): misc cleanup 2022-08-23 16:18:08 +08:00
promise.rs refactor(napi): Either now perform ValidateNapiValue::validate rather than type_of 2022-07-05 17:01:21 +08:00
serde.rs feat: impl FromNapiValue for serde_json::Number, fix it for Null, throw for impossible types (#1052) 2022-02-06 11:58:17 +08:00
string.rs refactor(napi): Either now perform ValidateNapiValue::validate rather than type_of 2022-07-05 17:01:21 +08:00
symbol.rs refactor(napi): Either now perform ValidateNapiValue::validate rather than type_of 2022-07-05 17:01:21 +08:00
task.rs refactor(napi): use libloading on Windows 2022-05-06 22:27:09 +08:00
value_ref.rs feat(napi): add get and get_mut method on WeakReference 2022-08-17 21:29:03 +08:00