Searched refs:JsValue (Results 1 – 2 of 2) sorted by relevance
84 fn get_self() -> Result<Self_, JsValue>; in get_self()94 fn get_random_values(me: &BrowserCrypto, buf: &Uint8Array) -> Result<(), JsValue>; in get_random_values() argument101 fn require(this: &NodeModule, s: &str) -> Result<NodeCrypto, JsValue>; in require() argument105 fn random_fill_sync(crypto: &NodeCrypto, buf: &mut [u8]) -> Result<(), JsValue>; in random_fill_sync() argument
117 js_sys::Reflect::get(&js_sys::global(), &JsValue::from_str("performance")) in now()