mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-17 06:51:24 +00:00
Port Symbol
and SetIterator
tests to wasm
This commit is contained in:
@ -2582,7 +2582,7 @@ extern "C" {
|
||||
///
|
||||
/// https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol/keyFor
|
||||
#[wasm_bindgen(static_method_of = Symbol, js_name = keyFor)]
|
||||
pub fn key_for(sym: &Symbol) -> JsString;
|
||||
pub fn key_for(sym: &Symbol) -> JsValue;
|
||||
|
||||
/// The toString() method returns a string representing the specified Symbol object.
|
||||
///
|
||||
|
Reference in New Issue
Block a user