added buildValue

This commit is contained in:
cozis
2022-01-21 20:26:36 +01:00
parent dc5586e94c
commit 7f29b7c01a
11 changed files with 403 additions and 4 deletions
+3
View File
@@ -0,0 +1,3 @@
#include "runtime/runtime.h"
Object *Object_NewBuiltinsMap(Runtime *runtime, Heap *heap, Error *err);
Object *Object_NewNetworkBuiltinsMap(Runtime *runtime, Heap *heap, Error *err);