v/vlib/builtin/js
jeffmikels 5e5d62ed4c
arrays,docs: remove arrays.zip; improve docs (#13082)
2022-01-09 16:12:33 +02:00
..
array.js.v
array_test.js.v
builtin.js.v gg: add event handling for mouse down/up and mouse leave/out on VJS (#12917) 2021-12-21 12:31:29 +02:00
builtin.v arrays,docs: remove arrays.zip; improve docs (#13082) 2022-01-09 16:12:33 +02:00
byte.js.v builtin,ast: apply small performance improvements, suggested by `hotspot` 2021-11-07 13:30:44 +02:00
float.js.v js: use prefixed names for functions and global symbols (#11387) 2021-09-08 20:30:46 +03:00
int.js.v js: port more methods (os, builtin) (#12238) 2021-10-20 16:02:21 +03:00
int_test.js.v
jsfns.js.v all: update copyright year 2022-01-04 12:21:12 +03:00
jsfns_browser.js.v all: update copyright year 2022-01-04 12:21:12 +03:00
jsfns_node.js.v all: update copyright year 2022-01-04 12:21:12 +03:00
map.js.v js: support `-es5` flag (#12846) 2021-12-15 15:47:34 +02:00
map_test.js.v js: support `-es5` flag (#12846) 2021-12-15 15:47:34 +02:00
promise.js.v
rune.js.v
string.js.v builtin: s.trim_prefix/1 -> s.trim_string_left/1, s.trim_suffix/1 -> s.trim_string_right/1 2022-01-05 12:49:22 +02:00
string_test.js.v builtin: s.trim_prefix/1 -> s.trim_string_left/1, s.trim_suffix/1 -> s.trim_string_right/1 2022-01-05 12:49:22 +02:00
utf8.js.v