Home
last modified time | relevance | path

Searched refs:vscope (Results 1 – 25 of 38) sorted by relevance

12

/dports/www/firefox-legacy/firefox-52.8.0esr/js/xpconnect/src/
H A DExportHelpers.cpp356 ExportFunction(JSContext* cx, HandleValue vfunction, HandleValue vscope, HandleValue voptions, in ExportFunction() argument
360 if (!vscope.isObject() || !vfunction.isObject() || (hasOptions && !voptions.isObject())) { in ExportFunction()
366 RootedObject targetScope(cx, &vscope.toObject()); in ExportFunction()
H A DXPCComponents.cpp2770 nsXPCComponents_Utils::ExportFunction(HandleValue vfunction, HandleValue vscope, in ExportFunction() argument
2774 if (!xpc::ExportFunction(cx, vfunction, vscope, voptions, rval)) in ExportFunction()
2904 nsXPCComponents_Utils::SetWantXrays(HandleValue vscope, JSContext* cx) in SetWantXrays() argument
2906 if (!vscope.isObject()) in SetWantXrays()
2908 JSObject* scopeObj = js::UncheckedUnwrap(&vscope.toObject()); in SetWantXrays()
2926 nsXPCComponents_Utils::ForcePrivilegedComponentsForScope(HandleValue vscope, in ForcePrivilegedComponentsForScope() argument
2929 if (!vscope.isObject()) in ForcePrivilegedComponentsForScope()
2932 JSObject* scopeObj = js::UncheckedUnwrap(&vscope.toObject()); in ForcePrivilegedComponentsForScope()
2939 nsXPCComponents_Utils::GetComponentsForScope(HandleValue vscope, JSContext* cx, in GetComponentsForScope() argument
2942 if (!vscope.isObject()) in GetComponentsForScope()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/js/xpconnect/src/
H A DExportHelpers.cpp329 bool ExportFunction(JSContext* cx, HandleValue vfunction, HandleValue vscope, in ExportFunction() argument
332 if (!vscope.isObject() || !vfunction.isObject() || in ExportFunction()
339 RootedObject targetScope(cx, &vscope.toObject()); in ExportFunction()
H A DXPCComponents.cpp2277 nsXPCComponents_Utils::ExportFunction(HandleValue vfunction, HandleValue vscope, in ExportFunction() argument
2280 if (!xpc::ExportFunction(cx, vfunction, vscope, voptions, rval)) in ExportFunction()
2399 nsXPCComponents_Utils::SetWantXrays(HandleValue vscope, JSContext* cx) { in SetWantXrays() argument
2400 if (!vscope.isObject()) return NS_ERROR_INVALID_ARG; in SetWantXrays()
2401 JSObject* scopeObj = js::UncheckedUnwrap(&vscope.toObject()); in SetWantXrays()
2425 nsXPCComponents_Utils::ForcePrivilegedComponentsForScope(HandleValue vscope, in ForcePrivilegedComponentsForScope() argument
2427 if (!vscope.isObject()) return NS_ERROR_INVALID_ARG; in ForcePrivilegedComponentsForScope()
2429 JSObject* scopeObj = js::UncheckedUnwrap(&vscope.toObject()); in ForcePrivilegedComponentsForScope()
2436 nsXPCComponents_Utils::GetComponentsForScope(HandleValue vscope, JSContext* cx, in GetComponentsForScope() argument
2438 if (!vscope.isObject()) return NS_ERROR_INVALID_ARG; in GetComponentsForScope()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/js/xpconnect/src/
H A DExportHelpers.cpp438 bool ExportFunction(JSContext* cx, HandleValue vfunction, HandleValue vscope, in ExportFunction() argument
441 if (!vscope.isObject() || !vfunction.isObject() || in ExportFunction()
448 RootedObject targetScope(cx, &vscope.toObject()); in ExportFunction()
H A DXPCComponents.cpp1871 nsXPCComponents_Utils::ExportFunction(HandleValue vfunction, HandleValue vscope, in ExportFunction() argument
1874 if (!xpc::ExportFunction(cx, vfunction, vscope, voptions, rval)) { in ExportFunction()
1991 nsXPCComponents_Utils::SetWantXrays(HandleValue vscope, JSContext* cx) { in SetWantXrays() argument
1992 if (!vscope.isObject()) { in SetWantXrays()
1995 JSObject* scopeObj = js::UncheckedUnwrap(&vscope.toObject()); in SetWantXrays()
/dports/www/firefox/firefox-99.0/js/xpconnect/src/
H A DExportHelpers.cpp440 bool ExportFunction(JSContext* cx, HandleValue vfunction, HandleValue vscope, in ExportFunction() argument
443 if (!vscope.isObject() || !vfunction.isObject() || in ExportFunction()
450 RootedObject targetScope(cx, &vscope.toObject()); in ExportFunction()
H A DXPCComponents.cpp1879 nsXPCComponents_Utils::ExportFunction(HandleValue vfunction, HandleValue vscope, in ExportFunction() argument
1882 if (!xpc::ExportFunction(cx, vfunction, vscope, voptions, rval)) { in ExportFunction()
1999 nsXPCComponents_Utils::SetWantXrays(HandleValue vscope, JSContext* cx) { in SetWantXrays() argument
2000 if (!vscope.isObject()) { in SetWantXrays()
2003 JSObject* scopeObj = js::UncheckedUnwrap(&vscope.toObject()); in SetWantXrays()
/dports/mail/thunderbird/thunderbird-91.8.0/js/xpconnect/src/
H A DExportHelpers.cpp438 bool ExportFunction(JSContext* cx, HandleValue vfunction, HandleValue vscope, in ExportFunction() argument
441 if (!vscope.isObject() || !vfunction.isObject() || in ExportFunction()
448 RootedObject targetScope(cx, &vscope.toObject()); in ExportFunction()
H A DXPCComponents.cpp1871 nsXPCComponents_Utils::ExportFunction(HandleValue vfunction, HandleValue vscope, in ExportFunction() argument
1874 if (!xpc::ExportFunction(cx, vfunction, vscope, voptions, rval)) { in ExportFunction()
1991 nsXPCComponents_Utils::SetWantXrays(HandleValue vscope, JSContext* cx) { in SetWantXrays() argument
1992 if (!vscope.isObject()) { in SetWantXrays()
1995 JSObject* scopeObj = js::UncheckedUnwrap(&vscope.toObject()); in SetWantXrays()
/dports/lang/spidermonkey78/firefox-78.9.0/js/xpconnect/src/
H A DExportHelpers.cpp436 bool ExportFunction(JSContext* cx, HandleValue vfunction, HandleValue vscope, in ExportFunction() argument
439 if (!vscope.isObject() || !vfunction.isObject() || in ExportFunction()
446 RootedObject targetScope(cx, &vscope.toObject()); in ExportFunction()
H A DXPCComponents.cpp1876 nsXPCComponents_Utils::ExportFunction(HandleValue vfunction, HandleValue vscope, in ExportFunction() argument
1879 if (!xpc::ExportFunction(cx, vfunction, vscope, voptions, rval)) { in ExportFunction()
1996 nsXPCComponents_Utils::SetWantXrays(HandleValue vscope, JSContext* cx) { in SetWantXrays() argument
1997 if (!vscope.isObject()) { in SetWantXrays()
2000 JSObject* scopeObj = js::UncheckedUnwrap(&vscope.toObject()); in SetWantXrays()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/xpconnect/idl/
H A Dxpccomponents.idl402 jsval exportFunction(in jsval vfunction, in jsval vscope, [optional] in jsval voptions);
472 * indicated by |vscope|. All outgoing wrappers are recomputed.
475 void setWantXrays(in jsval vscope);
490 void forcePrivilegedComponentsForScope(in jsval vscope);
499 jsval getComponentsForScope(in jsval vscope);
/dports/lang/spidermonkey60/firefox-60.9.0/js/xpconnect/idl/
H A Dxpccomponents.idl416 jsval exportFunction(in jsval vfunction, in jsval vscope, [optional] in jsval voptions);
486 * indicated by |vscope|. All outgoing wrappers are recomputed.
489 void setWantXrays(in jsval vscope);
504 void forcePrivilegedComponentsForScope(in jsval vscope);
513 jsval getComponentsForScope(in jsval vscope);
/dports/devel/ctypes.sh/ctypes-sh-1.2/src/struct/
H A Ddwarves.h646 enum vscope { enum
664 enum vscope scope;
674 enum vscope variable__scope(const struct dw_variable *var);
H A Ddwarf_loader.c537 static enum vscope dwarf__location(Dwarf_Die *die, uint64_t *addr, struct location *location) in dwarf__location()
539 enum vscope scope = VSCOPE_UNKNOWN; in dwarf__location()
561 enum vscope variable__scope(const struct dw_variable *var) in variable__scope()
/dports/www/firefox-esr/firefox-91.8.0/js/xpconnect/idl/
H A Dxpccomponents.idl400 jsval exportFunction(in jsval vfunction, in jsval vscope, [optional] in jsval voptions);
462 * indicated by |vscope|. All outgoing wrappers are recomputed.
467 void setWantXrays(in jsval vscope);
/dports/www/firefox/firefox-99.0/js/xpconnect/idl/
H A Dxpccomponents.idl405 jsval exportFunction(in jsval vfunction, in jsval vscope, [optional] in jsval voptions);
467 * indicated by |vscope|. All outgoing wrappers are recomputed.
472 void setWantXrays(in jsval vscope);
/dports/mail/thunderbird/thunderbird-91.8.0/js/xpconnect/idl/
H A Dxpccomponents.idl400 jsval exportFunction(in jsval vfunction, in jsval vscope, [optional] in jsval voptions);
462 * indicated by |vscope|. All outgoing wrappers are recomputed.
467 void setWantXrays(in jsval vscope);
/dports/lang/spidermonkey78/firefox-78.9.0/js/xpconnect/idl/
H A Dxpccomponents.idl395 jsval exportFunction(in jsval vfunction, in jsval vscope, [optional] in jsval voptions);
457 * indicated by |vscope|. All outgoing wrappers are recomputed.
462 void setWantXrays(in jsval vscope);
/dports/databases/php80-odbc/php-8.0.15/ext/odbc/
H A Dphp_odbc.c3263 zend_long vtype, vscope, vnullable; in PHP_FUNCTION() local
3272 &name, &name_len, &vscope, &vnullable) == FAILURE) { in PHP_FUNCTION()
3277 scope = (SQLUSMALLINT) vscope; in PHP_FUNCTION()
/dports/databases/php81-odbc/php-8.1.1/ext/odbc/
H A Dphp_odbc.c3274 zend_long vtype, vscope, vnullable; in PHP_FUNCTION() local
3283 &name, &name_len, &vscope, &vnullable) == FAILURE) { in PHP_FUNCTION()
3288 scope = (SQLUSMALLINT) vscope; in PHP_FUNCTION()
/dports/www/mod_php81/php-8.1.1/ext/odbc/
H A Dphp_odbc.c3274 zend_long vtype, vscope, vnullable; in PHP_FUNCTION() local
3283 &name, &name_len, &vscope, &vnullable) == FAILURE) { in PHP_FUNCTION()
3288 scope = (SQLUSMALLINT) vscope; in PHP_FUNCTION()
/dports/lang/php81/php-8.1.1/ext/odbc/
H A Dphp_odbc.c3274 zend_long vtype, vscope, vnullable; in PHP_FUNCTION() local
3283 &name, &name_len, &vscope, &vnullable) == FAILURE) { in PHP_FUNCTION()
3288 scope = (SQLUSMALLINT) vscope; in PHP_FUNCTION()
/dports/lang/php80/php-8.0.15/ext/odbc/
H A Dphp_odbc.c3263 zend_long vtype, vscope, vnullable; in PHP_FUNCTION() local
3272 &name, &name_len, &vscope, &vnullable) == FAILURE) { in PHP_FUNCTION()
3277 scope = (SQLUSMALLINT) vscope; in PHP_FUNCTION()

12