wasm-bindgen/tests/all/js_globals
Ivan Enderlin f5d4751c0b
test(js) Check the types and lightly the data, but not that much.
Because NodeJS can have different i18n behaviors depending of the
version, let's keep things simple. In this case, we want to test the
types,
period. Cf. https://github.com/rustwasm/wasm-bindgen/pull/374#issuecomment-402447333
2018-07-04 16:47:51 +02:00
..
Array.rs Merge pull request #340 from ohanar/rustfmt 2018-06-28 15:17:23 -07:00
ArrayIterator.rs rustfmt all the things 2018-06-27 22:42:34 -07:00
Boolean.rs rustfmt all the things 2018-06-27 22:42:34 -07:00
Date.rs test(js) Check the types and lightly the data, but not that much. 2018-07-04 16:47:51 +02:00
Error.rs Add support for js::Error 2018-06-29 23:24:46 +09:00
Function.rs bindings for Function.prototype.bind() 2018-07-01 15:44:36 +03:00
JsString.rs Add binding for String.prototype.toUpperCase 2018-07-01 23:12:42 +02:00
Map.rs feat(Map): add Map.size 2018-06-28 21:56:49 +02:00
MapIterator.rs feat(Map/MapIterator): add Map.values 2018-06-28 22:00:02 +02:00
Math.rs Use f64 for most Math.* bindings (#369) 2018-07-02 23:41:57 -05:00
mod.rs bindings for encodeURIComponent 2018-07-01 15:59:12 +03:00
Number.rs rustfmt all the things 2018-06-27 22:42:34 -07:00
Object.rs Expose bindings/object is* methods (#363) 2018-07-02 10:32:16 -05:00
Set.rs Add bindings for Set.xx (#347) 2018-06-28 15:57:49 -05:00
SetIterator.rs Add bindings for Set.xx (#347) 2018-06-28 15:57:49 -05:00
TypedArray.rs rustfmt all the things 2018-06-27 22:42:34 -07:00
WeakMap.rs rustfmt all the things 2018-06-27 22:42:34 -07:00
WeakSet.rs rustfmt all the things 2018-06-27 22:42:34 -07:00