3 lines
181 B
C
3 lines
181 B
C
#include "runtime/runtime.h"
|
|
Object *Object_NewBuiltinsMap(Runtime *runtime, Heap *heap, Error *err);
|
|
Object *Object_NewNetworkBuiltinsMap(Runtime *runtime, Heap *heap, Error *err); |