mruby/c VM Source Code release 3.4
Loading...
Searching...
No Matches
c_object.c File Reference

Object, Nil, True and False class. More...

#include "mrubyc.h"
#include "_autogen_class_object.h"
Include dependency graph for c_object.c:

Go to the source code of this file.

Functions

static int set_sym_name_by_id (char *buf, int bufsiz, mrbc_sym sym_id)
void mrbc_instance_call_initialize (struct VM *vm, mrbc_value v[], int argc)

Detailed Description

Object, Nil, True and False class.

Copyright (C) 2015- Kyushu Institute of Technology.
Copyright (C) 2015- Shimane IT Open-Innovation Center.

This file is distributed under BSD 3-Clause License.

Definition in file c_object.c.

Function Documentation

◆ mrbc_instance_call_initialize()

void mrbc_instance_call_initialize ( struct VM * vm,
mrbc_value v[],
int argc )

call initializer

Definition at line 54 of file c_object.c.

Here is the call graph for this function:

◆ set_sym_name_by_id()

int set_sym_name_by_id ( char * buf,
int bufsiz,
mrbc_sym sym_id )
static

set symbol name by symbol ID

Definition at line 32 of file c_object.c.

Here is the call graph for this function:
Here is the caller graph for this function: