]> git.kaiwu.me - quickjs.git/commit
added JS_PrintValue() and use it in console.log(), print() and the REPL (#256)
authorFabrice Bellard <fabrice@bellard.org>
Wed, 30 Apr 2025 11:40:15 +0000 (13:40 +0200)
committerFabrice Bellard <fabrice@bellard.org>
Wed, 30 Apr 2025 11:40:15 +0000 (13:40 +0200)
commitbe06b3e92b77a343adefa49a4b29e1ad523014ea
tree4bb72313c0e0dffa830e8504db969a21efa1f5e8
parent30fe3de91dd49bc6f725bbae24095c99fe7d001f
added JS_PrintValue() and use it in console.log(), print() and the REPL (#256)
quickjs-libc.c
quickjs.c
quickjs.h
repl.js
run-test262.c