|
static void * | js_attributes_GetOpaque (JSValueConst this_val) |
static void | js_attributes_SetOpaque (JSValueConst this_val, void *node) |
static void | js_attributes_set_items (JSContext *ctx, JSValue this_val, void *node) |
static JSValue | js_attributes_get_property_length (JSContext *ctx, JSValueConst this_val) |
static JSValue | js_attributes_item2 (JSContext *ctx, JSValueConst this_val, int idx) |
static JSValue | js_attributes_item (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv) |
static JSValue | js_attributes_namedItem2 (JSContext *ctx, JSValueConst this_val, const char *str) |
static JSValue | js_attributes_getNamedItem (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv) |
static JSValue | js_attributes_toString (JSContext *ctx, JSValueConst this_val, int argc, JSValueConst *argv) |
static void | js_attributes_finalizer (JSRuntime *rt, JSValue val) |
JSValue | getAttributes (JSContext *ctx, void *node) |