Fork me on GitHub
Janus
Home
Demos
Documentation
Papers
Need help?
JanusCon!
plugins
janus_duktape_extra.h
Go to the documentation of this file.
1
24
#ifndef _JANUS_DUKTAPE_EXTRA_H
25
#define _JANUS_DUKTAPE_EXTRA_H
26
27
#include "duktape-deps/duktape.h"
28
31
void
janus_duktape_register_extra_functions
(duk_context *ctx);
32
33
#endif
janus_duktape_register_extra_functions
void janus_duktape_register_extra_functions(duk_context *ctx)
Method to register extra JavaScript functions in the C code.
Definition:
janus_duktape_extra.c:39