Home
last modified time | relevance | path

Searched refs:JS_ObjectIsFunction (Results 1 – 25 of 75) sorted by relevance

123

/dports/www/firefox-esr/firefox-91.8.0/js/src/jsapi-tests/
H A DtestBoundFunction.cpp26 CHECK(JS_ObjectIsFunction(target)); in BEGIN_TEST()
/dports/www/firefox/firefox-99.0/js/src/jsapi-tests/
H A DtestBoundFunction.cpp26 CHECK(JS_ObjectIsFunction(target)); in BEGIN_TEST()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jsapi-tests/
H A DtestBoundFunction.cpp26 CHECK(JS_ObjectIsFunction(target)); in BEGIN_TEST()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jsapi-tests/
H A DtestBoundFunction.cpp26 CHECK(JS_ObjectIsFunction(target)); in BEGIN_TEST()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jsapi-tests/
H A DtestBoundFunction.cpp27 CHECK(JS_ObjectIsFunction(cx, target));
H A DtestCloneScript.cpp153 CHECK(JS_ObjectIsFunction(cx, funobj)); in BEGIN_TEST()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jsapi-tests/
H A DtestBoundFunction.cpp26 CHECK(JS_ObjectIsFunction(cx, target)); in BEGIN_TEST()
H A DtestCloneScript.cpp141 CHECK(JS_ObjectIsFunction(cx, funobj)); in BEGIN_TEST()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/scripting/mozjs/
H A Ddb.cpp95 if (!(getCollection.isObject() && JS_ObjectIsFunction(cx, getCollection.toObjectOrNull()))) { in resolve()
H A Dvaluewriter.cpp93 if (JS_ObjectIsFunction(_context, obj)) in type()
140 if (JS_ObjectIsFunction(_context, obj)) in typeAsString()
H A Ddbquery.cpp129 if (arrayAccess.isObject() && JS_ObjectIsFunction(cx, arrayAccess.toObjectOrNull())) { in resolve()
H A Djsthread.cpp91 args.get(0).isObject() && JS_ObjectIsFunction(cx, args.get(0).toObjectOrNull())); in JSThreadConfig()
H A Dimplscope.cpp601 fun.isObject() && JS_ObjectIsFunction(_context, fun.toObjectOrNull())); in _MozJSCreateFunction()
/dports/www/elinks/elinks-0.11.7/src/scripting/smjs/
H A Dkeybinding.c121 if (JS_FALSE == JS_ObjectIsFunction(ctx, jsobj)) in keymap_set_property()
/dports/lang/gjs/gjs-1.70.0/gjs/
H A Dinternal.cpp541 g_assert(JS_ObjectIsFunction(resolve) && "Executor called weirdly"); in load_async_executor()
542 g_assert(JS_ObjectIsFunction(reject) && "Executor called weirdly"); in load_async_executor()
/dports/graphics/Coin/coin-Coin-4.0.0/src/glue/
H A Dspidermonkey.cpp298 REGISTER_FUNC(JS_ObjectIsFunction, JS_ObjectIsFunction_t); in spidermonkey()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/promise/
H A DPromiseCallback.cpp397 if (JS_ObjectIsFunction(aCx, unwrapped)) { in Call()
/dports/graphics/Coin/coin-Coin-4.0.0/include/Inventor/C/glue/
H A Dspidermonkey.h440 JS_ObjectIsFunction_t JS_ObjectIsFunction; member
/dports/www/firefox/firefox-99.0/js/src/
H A Djsapi.h620 extern JS_PUBLIC_API bool JS_ObjectIsFunction(JSObject* obj);
/dports/games/0ad/0ad-0.0.23b-alpha/source/gui/scripting/
H A DJSInterface_IGUIObject.cpp351 if (vp.isPrimitive() || vp.isNull() || !JS_ObjectIsFunction(cx, &vp.toObject())) in setProperty()
/dports/www/firefox-esr/firefox-91.8.0/js/xpconnect/src/
H A DXPCShellImpl.cpp479 if (args.get(1).isObject() && !JS_ObjectIsFunction(&args[1].toObject())) { in SendCommand()
/dports/www/firefox/firefox-99.0/js/xpconnect/src/
H A DXPCShellImpl.cpp481 if (args.get(1).isObject() && !JS_ObjectIsFunction(&args[1].toObject())) { in SendCommand()
/dports/mail/thunderbird/thunderbird-91.8.0/js/xpconnect/src/
H A DXPCShellImpl.cpp479 if (args.get(1).isObject() && !JS_ObjectIsFunction(&args[1].toObject())) { in SendCommand()
/dports/lang/spidermonkey78/firefox-78.9.0/js/xpconnect/src/
H A DXPCShellImpl.cpp456 if (args.get(1).isObject() && !JS_ObjectIsFunction(&args[1].toObject())) { in SendCommand()
/dports/devel/jsl/jsl-0.3.0/src/
H A Djsapi.h1283 JS_ObjectIsFunction(JSContext *cx, JSObject *obj);

123