v/vlib/builtin/js
2025-05-30 05:54:44 +03:00
..
array.js.v strings, builtin: remove strings.Builder.clear(), fix array.clear() not working in the JS backend (#23992) 2025-03-22 17:24:59 +02:00
array_test.js.v tools: cleanup entries from the hardcoded skip_files list in common.v (used by v test, v test-self etc); use the new // vtest build: syntax to mark the tests instead (#23918) 2025-03-13 19:51:51 +02:00
builtin.js.v all: update attributes to use new syntax 2023-11-15 16:16:01 +11:00
builtin.v markused,builtin,strconv,vlib: reduce generated C sizes for compilers != tcc, for short programs, by simplifying the generation of backtraces, and reducing string interpolations in panics (#23380) 2025-01-06 08:23:56 +02:00
byte.js.v vlib: simplify byte character conditions by using methods like is_capital, is_lower, is_letter etc (#21725) 2024-06-25 09:55:08 +03: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 checker: fix private symbol visibility checking (fix #23518) (#23543) 2025-01-27 11:42:27 +02:00
int_test.js.v tools: cleanup entries from the hardcoded skip_files list in common.v (used by v test, v test-self etc); use the new // vtest build: syntax to mark the tests instead (#23918) 2025-03-13 19:51:51 +02:00
jsfns.js.v builtin: implement a JS version of string.split_any (#21612) 2024-06-08 07:10:57 +03:00
jsfns_browser.js.v all: update copyright year (#20334) 2024-01-01 23:29:54 +02:00
jsfns_node.js.v all: update copyright year (#20334) 2024-01-01 23:29:54 +02:00
map.js.v jsgen: implement Map.keys() and Map.values() methods (fix #24209) (#24608) 2025-05-30 05:54:44 +03:00
map_test.js.v checker: do not allow &u8(0), force nil like we do with &Type(0) 2025-05-03 22:37:51 +03:00
promise.js.v all: update attributes to use new syntax 2023-11-15 16:16:01 +11:00
rune.js.v builtin: cleanup u8.repeat() and rune.repeat() (#22100) 2024-08-23 08:24:35 +03:00
string.js.v builtin: string.index_after() ?int 2025-03-12 23:03:25 +03:00
string_test.js.v tools: cleanup entries from the hardcoded skip_files list in common.v (used by v test, v test-self etc); use the new // vtest build: syntax to mark the tests instead (#23918) 2025-03-13 19:51:51 +02:00
utf8.js.v ci: fix v build-examples 2022-04-15 20:31:10 +03:00