summaryrefslogtreecommitdiff
path: root/src/jsapi-libdom.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/jsapi-libdom.h')
-rw-r--r--src/jsapi-libdom.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/jsapi-libdom.h b/src/jsapi-libdom.h
index a263efa..7db664d 100644
--- a/src/jsapi-libdom.h
+++ b/src/jsapi-libdom.h
@@ -20,6 +20,12 @@ struct binding {
bool has_private; /* true if the binding requires a private structure */
bool has_global; /* true if the binding is for a global */
struct genbind_node *binding_list; /* node list of the binding */
+
+ struct genbind_node *addproperty; /* binding api add property node or NULL */
+ struct genbind_node *delproperty; /* binding api delete property node or NULL */
+ struct genbind_node *getproperty; /* binding api get property node or NULL */
+ struct genbind_node *setproperty; /* binding api set property node or NULL */
+ struct genbind_node *enumerate; /* binding api enumerate node or NULL */
struct genbind_node *resolve; /* binding api resolve node or NULL */
struct genbind_node *finalise; /* binding api finalise node or NULL */
struct genbind_node *mark; /* binding api mark node or NULL */