Home
last modified time | relevance | path

Searched refs:iidObj (Results 1 – 2 of 2) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/js/xpconnect/src/
H A DXPCComponents.cpp1513 RootedObject iidObj(cx); in CallOrConstruct() local
1519 iidObj.address())) || in CallOrConstruct()
1520 !iidObj) { in CallOrConstruct()
1524 JS::Rooted<JS::Value> arg(cx, ObjectValue(*iidObj)); in CallOrConstruct()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/xpconnect/src/
H A DXPCComponents.cpp1920 RootedObject iidObj(cx); in CallOrConstruct() local
1923 …AILED(xpc->WrapNative(cx, obj, mInterfaceID, NS_GET_IID(nsIJSIID), iidObj.address())) || !iidObj) { in CallOrConstruct()
1927 JS::Rooted<JS::Value> arg(cx, ObjectValue(*iidObj)); in CallOrConstruct()