Definition at line 35 of file javascript.c.
Data Fields | |
| JSContext * | mycx |
| JSObject * | myobj |
| JSFunction * | command |
| char * | name |
| Tcl_Interp * | myinterp |
| Tcl_Obj * | command |
| JSContext* my_callback_cd_t::mycx |
| JSObject* my_callback_cd_t::myobj |
| JSFunction* my_callback_cd_t::command |
Definition at line 38 of file javascript.c.
Referenced by js_to_c_var(), my_js_callbacker(), my_tcl_callbacker(), my_tcl_cb_delete(), and tcl_to_c_var().
| char * my_callback_cd_t::name |
Definition at line 39 of file javascript.c.
Referenced by my_js_cb_delete(), and my_tcl_cb_delete().
| Tcl_Interp* my_callback_cd_t::myinterp |
| Tcl_Obj* my_callback_cd_t::command |
Definition at line 38 of file tclscript.c.
1.5.6