mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
js: codegen fixes, W.I.P os
availability for JS backend (#11281)
This commit is contained in:
parent
47278b4a7d
commit
d78e7e3b2b
11 changed files with 635 additions and 274 deletions
|
@ -239,3 +239,7 @@ pub fn (a array) contains(key voidptr) bool {
|
|||
pub fn (mut a array) delete_last() {
|
||||
#a.val.arr.pop();
|
||||
}
|
||||
|
||||
[unsafe]
|
||||
pub fn (a array) free() {
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue