44 const char *
name = (
n &&
n->name) ? (
const char *)
n->name :
"";
push_value(vm, make_string(name))
Tagged union representing a Fun value.
Value make_string(const char *s)
Construct a string Value by duplicating the given C string.
static Value pop_value(VM *vm)
Pop a Value from the VM operand stack.
static xmlNodePtr xml_node_get(int h)
Retrieve a registered xmlNode by handle.