Kiwi Engine
VM for interpreter
|
#include "KEValue.h"
Go to the source code of this file.
Data Structures | |
struct | KESlot |
Functions | |
struct KESlot * | KEAllocateSlot (const struct CNFixedString *ident, const struct KEValue *val, struct KELineInfo *linfo, struct CNResource *resource) |
Allocate slot for the value. More... | |
Define KESlot class.
struct KESlot* KEAllocateSlot | ( | const struct CNFixedString * | ident, |
const struct KEValue * | val, | ||
struct KELineInfo * | linfo, | ||
struct CNResource * | resource | ||
) |
Allocate slot for the value.
ident | Identifier of the slot |
val | Value of the slot |
linfo | Line information of the slot |
resource | Resource to allocate the object |