ELinks 0.18.0
|
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "elinks.h"
#include "document/document.h"
#include "document/view.h"
#include "js/ecmascript.h"
#include "js/libdom/dom.h"
#include "js/mujs.h"
#include "js/mujs/customevent.h"
#include "js/mujs/element.h"
#include "js/mujs/node.h"
#include "intl/charsets.h"
#include "terminal/event.h"
#include "viewer/text/vs.h"
Functions | |
static void | mjs_customEvent_get_property_bubbles (js_State *J) |
static void | mjs_customEvent_get_property_cancelable (js_State *J) |
static void | mjs_customEvent_get_property_defaultPrevented (js_State *J) |
static void | mjs_customEvent_get_property_detail (js_State *J) |
static void | mjs_customEvent_get_property_target (js_State *J) |
static void | mjs_customEvent_get_property_type (js_State *J) |
static void | mjs_customEvent_preventDefault (js_State *J) |
static void | mjs_customEvent_finalizer (js_State *J, void *val) |
void | mjs_push_customEvent (js_State *J, char *type_) |
static void | mjs_customEvent_fun (js_State *J) |
static void | mjs_customEvent_constructor (js_State *J) |
int | mjs_customEvent_init (js_State *J) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
int mjs_customEvent_init | ( | js_State * | J | ) |
|
static |
void mjs_push_customEvent | ( | js_State * | J, |
char * | type_ ) |