Janus
Home
Demos
Documentation
Papers
Need help?
JanusCon!
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
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