quickjs/examples
Ben Noordhuis f1b7b6da71
Replace JSValueConst with JSValue (#195)
JSValueConst was only used for the now removed CONFIG_CHECK_JSVALUE
build mode. It is kept around as an alias for JSValue in quickjs.h to
avoid breaking everyone's source builds but remove it everywhere else.
2023-12-10 15:15:42 +01:00
..
fib.c Replace JSValueConst with JSValue (#195) 2023-12-10 15:15:42 +01:00
fib_module.js 2020-01-05 release 2020-09-06 18:53:08 +02:00
hello.js 2020-01-05 release 2020-09-06 18:53:08 +02:00
hello_module.js 2020-01-05 release 2020-09-06 18:53:08 +02:00
pi_bigint.js Remove trailing whitespace (#46) 2023-11-12 10:01:40 +01:00
point.c Replace JSValueConst with JSValue (#195) 2023-12-10 15:15:42 +01:00
test_fib.js 2020-01-05 release 2020-09-06 18:53:08 +02:00
test_point.js 2020-01-05 release 2020-09-06 18:53:08 +02:00