Home
last modified time | relevance | path

Searched refs:JSValueToNumber (Results 1 – 25 of 48) sorted by relevance

12

/dports/devel/swig/swig-4.0.2/Lib/javascript/jsc/
H A Djavascriptprimtypes.swg56 if(val) *val = (long) JSValueToNumber(context, obj, NULL);
84 longVal = (long) JSValueToNumber(context, obj, NULL);
122 if(val) *val = (long long) JSValueToNumber(context, obj, NULL);
158 longVal = (unsigned long long) JSValueToNumber(context, obj, NULL);
188 if(val) *val = JSValueToNumber(context, obj, NULL);
H A Djavascriptrun.swg313 length = JSValueToNumber(context, js_length, 0);
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT WebKit/gtk/library/
H A Dwebkitgtk_extension.c85 int length = (int) JSValueToNumber(context, valuePtr, NULL); in is_js_valid()
108 gboolean result = JSValueToNumber(context, value, NULL) != 0; in convert_js_to_gvariant()
113 double result = JSValueToNumber(context, value, NULL); in convert_js_to_gvariant()
138 int length = (int) JSValueToNumber(context, valuePtr, NULL); in convert_js_to_gvariant()
/dports/x11-toolkits/swt/swt-4.20/
H A Dwebkitgtk_extension.c85 int length = (int) JSValueToNumber(context, valuePtr, NULL); in is_js_valid()
108 gboolean result = JSValueToNumber(context, value, NULL) != 0; in convert_js_to_gvariant()
113 double result = JSValueToNumber(context, value, NULL); in convert_js_to_gvariant()
138 int length = (int) JSValueToNumber(context, valuePtr, NULL); in convert_js_to_gvariant()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/API/
H A DJSValueRef.h230 JS_EXPORT double JSValueToNumber(JSContextRef ctx, JSValueRef value, JSValueRef* exception);
H A DJSValueRef.cpp234 double JSValueToNumber(JSContextRef ctx, JSValueRef value, JSValueRef* exception) in JSValueToNumber() function
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/API/
H A DJSValueRef.h230 JS_EXPORT double JSValueToNumber(JSContextRef ctx, JSValueRef value, JSValueRef* exception);
H A DJSValueRef.cpp234 double JSValueToNumber(JSContextRef ctx, JSValueRef value, JSValueRef* exception) in JSValueToNumber() function
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/API/
H A DJSValueRef.h230 JS_EXPORT double JSValueToNumber(JSContextRef ctx, JSValueRef value, JSValueRef* exception);
H A DJSValueRef.cpp234 double JSValueToNumber(JSContextRef ctx, JSValueRef value, JSValueRef* exception) in JSValueToNumber() function
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/API/
H A DJSValueRef.h253 JS_EXPORT double JSValueToNumber(JSContextRef ctx, JSValueRef value, JSValueRef* exception);
H A DJSValueRef.cpp267 double JSValueToNumber(JSContextRef ctx, JSValueRef value, JSValueRef* exception) in JSValueToNumber() function
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/win/
H A DWebKit2.def103 JSValueToNumber
H A DWebKit2CFLite.def96 JSValueToNumber
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT WebKit/win32/org/eclipse/swt/internal/webkit/
H A DWebKit_win32.java326 public static final native double JSValueToNumber (long ctx, long value, long[] exception); in JSValueToNumber() method in WebKit_win32
/dports/textproc/libgepub/libgepub-0.6.0/libgepub/
H A Dgepub-widget.c109 n = JSValueToNumber (context, value, NULL); in pagination_initialize_finished()
152 n = JSValueToNumber (context, value, NULL); in get_length_finished()
/dports/math/giacxcas/giac-1.6.0/src/
H A Djavascript.cxx212 int line = (int) JSValueToNumber(ctx, jsLine, 0); in jsc_printError()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT WebKit/gtk/org/eclipse/swt/internal/webkit/
H A DWebKitGTK.java218 public static final native double JSValueToNumber(long ctx, long value, long [] exception); in JSValueToNumber() method in WebKitGTK
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/internal/webkit/
H A DWebKitGTK.java218 public static final native double JSValueToNumber(long ctx, long value, long [] exception); in JSValueToNumber() method in WebKitGTK
/dports/devel/swig/swig-4.0.2/Tools/javascript/
H A Djsc_shell.cxx225 int line = (int) JSValueToNumber(ctx, jsLine, 0); in PrintError()
/dports/www/luakit-devel/luakit-2.3-20-g4b10e55/common/
H A Dluajs.c109 lua_pushnumber(L, JSValueToNumber(context, value, NULL)); in luaJS_pushvalue()
/dports/www/luakit/luakit-2.3/common/
H A Dluajs.c109 lua_pushnumber(L, JSValueToNumber(context, value, NULL)); in luaJS_pushvalue()
/dports/www/midori/core-9.0/vapi/
H A Djavascriptcoregtk-4.0.vapi101 [CCode (cname = "JSValueToNumber", instance_pos = 1.1)]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT WebKit/win32/org/eclipse/swt/browser/
H A DWebKit.java435 int result = (int)WebKit_win32.JSValueToNumber (ctx, value, null); in convertToJava()
439 double result = WebKit_win32.JSValueToNumber (ctx, value, null); in convertToJava()
462 int length = (int)WebKit_win32.JSValueToNumber (ctx, valuePtr, null); in convertToJava()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT WebKit/win32/library/
H A Dwebkit_win32.cpp714 extern "C" JNIEXPORT jdouble JNICALL WebKit_win32_NATIVE(JSValueToNumber)(JNIEnv *env, jclass that,…
715 JNIEXPORT jdouble JNICALL WebKit_win32_NATIVE(JSValueToNumber) in WebKit_win32_NATIVE() argument
722 rc = (jdouble)JSValueToNumber((JSContextRef)arg0, (JSValueRef)arg1, (JSValueRef*)lparg2); in WebKit_win32_NATIVE()

12