1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-25 20:50:31 +02:00
guile/module/language/js-il
Ian Price 17e48e8641 scheme.HashTable uses ES6 Map objects
* module/language/js-il/runtime.js:
  (scheme.HashTable): Change object interface.
  (cached-module-box): Update primitive.
  (scm_module_ensure_local_variable, def_guile_val): Update helpers
  (scm_hash): Remove helper.
  (make-weak-key-hash-table, hash-clear!, hashq-remove! hashq-ref,
  hashq-set!, hash-for-each): Update builtins.
  (make-weak-value-hash-table, hash-map->list): New builtins.
2017-08-16 20:34:51 +01:00
..
compile-javascript.scm Add `guild jslink' to bundle JS programs 2017-08-09 16:06:50 +01:00
inlining.scm Add more variables to no-values-primitives 2017-06-20 23:12:09 +01:00
runtime.js scheme.HashTable uses ES6 Map objects 2017-08-16 20:34:51 +01:00
spec.scm Get rid of comments and dead branches 2015-06-18 04:14:42 +01:00