Port Symbol and SetIterator tests to wasm

This commit is contained in:
Alex Crichton
2018-07-20 16:19:10 -07:00
parent 54abca7344
commit df3530a9c2
8 changed files with 292 additions and 671 deletions

View File

@ -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.
///