Home
last modified time | relevance | path

Searched defs:JsValue (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/getrandom-0.2.14/src/
H A Djs.rs128 fn get_random_values(this: &WebCrypto, buf: &Uint8Array) -> Result<(), JsValue>; in get_random_values() argument
134 fn random_fill_sync(this: &NodeCrypto, buf: Uint8Array) -> Result<(), JsValue>; in random_fill_sync() argument
154 fn node(this: &Versions) -> JsValue; in node()
/aosp_15_r20/external/rust/android-crates-io/crates/getrandom/src/
Djs.rs128 fn get_random_values(this: &WebCrypto, buf: &Uint8Array) -> Result<(), JsValue>; in get_random_values() argument
134 fn random_fill_sync(this: &NodeCrypto, buf: Uint8Array) -> Result<(), JsValue>; in random_fill_sync() argument
154 fn node(this: &Versions) -> JsValue; in node()