From 15700c437a524ddc59d7dcc2ec6063ef67981076 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Tue, 6 Nov 2012 17:33:46 +0000 Subject: allow mark/trace api to be implemented for garbage colelction management --- src/jsapi-libdom.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/jsapi-libdom.h') diff --git a/src/jsapi-libdom.h b/src/jsapi-libdom.h index 8e03630..cca6b80 100644 --- a/src/jsapi-libdom.h +++ b/src/jsapi-libdom.h @@ -18,8 +18,9 @@ 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 *resolve; /* the binding api resolve node or NULL */ - struct genbind_node *finalise; /* the binding api finalise 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 */ FILE *outfile ; /* output file */ }; -- cgit v1.2.3