mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-07-26 21:08:45 +08:00
⚡ add concurrent mark for experiment
This commit is contained in:
+2
-1
@@ -480,7 +480,8 @@ var runtime = {
|
||||
# command line arguments
|
||||
argv: func() {return globals.arg;},
|
||||
gc: {
|
||||
extend: func(type) {return __gcextd;}
|
||||
extend: func(type) {return __gcextd;},
|
||||
info: func() {return __gcinfo;}
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user