Home
last modified time | relevance | path

Searched refs:JSValueMakeBoolean (Results 1 – 25 of 37) sorted by relevance

12

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/API/
H A DJSValueRef.h190 JS_EXPORT JSValueRef JSValueMakeBoolean(JSContextRef ctx, bool boolean);
H A DJSValueRef.cpp201 JSValueRef JSValueMakeBoolean(JSContextRef ctx, bool value) in JSValueMakeBoolean() function
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/API/
H A DJSValueRef.h190 JS_EXPORT JSValueRef JSValueMakeBoolean(JSContextRef ctx, bool boolean);
H A DJSValueRef.cpp201 JSValueRef JSValueMakeBoolean(JSContextRef ctx, bool value) in JSValueMakeBoolean() function
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/API/
H A DJSValueRef.h190 JS_EXPORT JSValueRef JSValueMakeBoolean(JSContextRef ctx, bool boolean);
H A DJSValueRef.cpp201 JSValueRef JSValueMakeBoolean(JSContextRef ctx, bool value) in JSValueMakeBoolean() function
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/API/
H A DJSValueRef.h191 JS_EXPORT JSValueRef JSValueMakeBoolean(JSContextRef ctx, bool boolean);
H A DJSValueRef.cpp203 JSValueRef JSValueMakeBoolean(JSContextRef ctx, bool value) in JSValueMakeBoolean() function
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/win/
H A DWebKit2.def96 JSValueMakeBoolean
H A DWebKit2CFLite.def89 JSValueMakeBoolean
/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.java302 public static final native long JSValueMakeBoolean (long ctx, long b); in JSValueMakeBoolean() method in WebKit_win32
/dports/devel/swig/swig-4.0.2/Lib/javascript/jsc/
H A Djavascriptprimtypes.swg11 return JSValueMakeBoolean(context, value);
H A Djavascriptrun.swg85 jsresult = JSValueMakeBoolean(context, result);
/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.java206 public static final native long JSValueMakeBoolean(long ctx, int bool); in JSValueMakeBoolean() method in WebKitGTK
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/internal/webkit/
H A DWebKitGTK.java206 public static final native long JSValueMakeBoolean(long ctx, int bool); in JSValueMakeBoolean() method in WebKitGTK
/dports/www/luakit-devel/luakit-2.3-20-g4b10e55/common/
H A Dluajs.c206 return JSValueMakeBoolean(context, lua_toboolean(L, idx)); in luaJS_tovalue()
/dports/www/luakit/luakit-2.3/common/
H A Dluajs.c206 return JSValueMakeBoolean(context, lua_toboolean(L, idx)); in luaJS_tovalue()
/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.cpp649 extern "C" JNIEXPORT jlong JNICALL WebKit_win32_NATIVE(JSValueMakeBoolean)(JNIEnv *env, jclass that…
650 JNIEXPORT jlong JNICALL WebKit_win32_NATIVE(JSValueMakeBoolean) in WebKit_win32_NATIVE() argument
655 rc = (jlong)JSValueMakeBoolean((JSContextRef)arg0, (bool)arg1); in WebKit_win32_NATIVE()
/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.c187 return JSValueMakeBoolean(context, g_variant_get_boolean(value)); in convert_gvariant_to_js()
H A Dwebkitgtk.c221 JNIEXPORT jlong JNICALL WebKitGTK_NATIVE(JSValueMakeBoolean) in WebKitGTK_NATIVE() argument
230 WebKitGTK_LOAD_FUNCTION(fp, JSValueMakeBoolean) in WebKitGTK_NATIVE()
/dports/x11-toolkits/swt/swt-4.20/
H A Dwebkitgtk_extension.c187 return JSValueMakeBoolean(context, g_variant_get_boolean(value)); in convert_gvariant_to_js()
H A Dwebkitgtk.c221 JNIEXPORT jlong JNICALL WebKitGTK_NATIVE(JSValueMakeBoolean) in WebKitGTK_NATIVE() argument
230 WebKitGTK_LOAD_FUNCTION(fp, JSValueMakeBoolean) in WebKitGTK_NATIVE()
/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.java490 return WebKit_win32.JSValueMakeBoolean (ctx, ((Boolean)value).booleanValue () ? 1 : 0); in convertToJS()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT WebKit/gtk/org/eclipse/swt/browser/
H A DWebKit.java2791 return WebKitGTK.JSValueMakeBoolean (ctx, ((Boolean)value).booleanValue () ? 1 : 0); in convertToJS()
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/browser/
H A DWebKit.java2825 return WebKitGTK.JSValueMakeBoolean (ctx, ((Boolean)value).booleanValue () ? 1 : 0); in convertToJS()

12