ELinks 0.18.0
|
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "elinks.h"
#include "document/libdom/corestrings.h"
#include "js/ecmascript.h"
#include "js/ecmascript-c.h"
#include "js/mujs/mapa.h"
#include "js/mujs.h"
#include "js/mujs/dataset.h"
#include "js/mujs/element.h"
Functions | |
static void | mjs_dataset_finalizer (js_State *J, void *node) |
static int | mjs_obj_dataset_has (js_State *J, void *p, const char *property) |
static int | mjs_obj_dataset_put (js_State *J, void *p, const char *property) |
static int | mjs_obj_dataset_del (js_State *J, void *p, const char *property) |
void | mjs_push_dataset (js_State *J, void *node) |
|
static |
|
static |
|
static |
|
static |
void mjs_push_dataset | ( | js_State * | J, |
void * | node ) |