diff options
author | portix <portix@gmx.net> | 2012-12-07 17:07:31 +0100 |
---|---|---|
committer | portix <portix@gmx.net> | 2012-12-07 17:07:31 +0100 |
commit | 7b2ea8073aea6ab4a5d593d8be8bed923b6329fb (patch) | |
tree | 49c88ebc0e305a16139b1101376442f69dbd24d3 /src/js.h | |
parent | 6d228d4ff707158db60197592d7b231737f890c3 (diff) | |
download | dwb-7b2ea8073aea6ab4a5d593d8be8bed923b6329fb.zip |
Implementing Deferreds
Diffstat (limited to 'src/js.h')
-rw-r--r-- | src/js.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -38,6 +38,7 @@ gboolean js_print_exception(JSContextRef ctx, JSValueRef exception); JSObjectRef js_make_function(JSContextRef ctx, const char *script); JSValueRef js_json_to_value(JSContextRef ctx, const char *text); JSValueRef js_context_change(JSContextRef, JSContextRef, JSValueRef, JSValueRef *); +JSObjectRef js_value_to_function(JSContextRef, JSValueRef, JSValueRef *); typedef struct _js_array_iterator { JSContextRef ctx; |