mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
js: codegen fixes, W.I.P os
availability for JS backend (#11281)
This commit is contained in:
@@ -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() {
|
||||
}
|
||||
|
Reference in New Issue
Block a user