Home
last modified time | relevance | path

Searched refs:scopeProto (Results 1 – 6 of 6) sorted by relevance

/dports/devel/capnproto080/capnproto-0.8.0/c++/src/capnp/compiler/
H A Dcapnpc-capnp.c++246 auto scopeProto = scope.getProto(); in genType() local
248 while (scopeProto.getId() != targetScopeId) { in genType()
249 scopeProto = schemaLoader.get(param.getScopeId()).getProto(); in genType()
251 auto params = scopeProto.getParameters(); in genType()
/dports/devel/capnproto/capnproto-0.9.0/c++/src/capnp/compiler/
H A Dcapnpc-capnp.c++246 auto scopeProto = scope.getProto(); in genType() local
248 while (scopeProto.getId() != targetScopeId) { in genType()
249 scopeProto = schemaLoader.get(param.getScopeId()).getProto(); in genType()
251 auto params = scopeProto.getParameters(); in genType()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DnsGlobalWindowOuter.cpp5248 JS::Rooted<JSObject*> scopeProto(cx); in CallerInnerWindow() local
5249 bool ok = JS_GetPrototype(cx, scope, &scopeProto); in CallerInnerWindow()
5251 if (scopeProto && xpc::IsSandboxPrototypeProxy(scopeProto) && in CallerInnerWindow()
5252 (scopeProto = in CallerInnerWindow()
5253 js::CheckedUnwrap(scopeProto, /* stopAtWindowProxy = */ false))) { in CallerInnerWindow()
5254 global = xpc::NativeGlobal(scopeProto); in CallerInnerWindow()
H A DnsGlobalWindowInner.cpp3643 JS::Rooted<JSObject*> scopeProto(cx); in CallerInnerWindow() local
3644 bool ok = JS_GetPrototype(cx, scope, &scopeProto); in CallerInnerWindow()
3646 if (scopeProto && xpc::IsSandboxPrototypeProxy(scopeProto) && in CallerInnerWindow()
3647 (scopeProto = in CallerInnerWindow()
3648 js::CheckedUnwrap(scopeProto, /* stopAtWindowProxy = */ false))) { in CallerInnerWindow()
3649 global = xpc::NativeGlobal(scopeProto); in CallerInnerWindow()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DnsContentUtils.cpp10263 JS::Rooted<JSObject*> scopeProto(cx); local
10264 bool ok = JS_GetPrototype(cx, scope, &scopeProto);
10266 if (scopeProto && xpc::IsSandboxPrototypeProxy(scopeProto) &&
10271 (scopeProto = js::CheckedUnwrapDynamic(
10272 scopeProto, cx, /* stopAtWindowProxy = */ false))) {
10273 global = xpc::NativeGlobal(scopeProto);
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/base/
H A DnsGlobalWindow.cpp8594 JS::Rooted<JSObject*> scopeProto(cx); in CallerInnerWindow() local
8595 bool ok = JS_GetPrototype(cx, scope, &scopeProto); in CallerInnerWindow()
8597 if (scopeProto && xpc::IsSandboxPrototypeProxy(scopeProto) && in CallerInnerWindow()
8598 (scopeProto = js::CheckedUnwrap(scopeProto, /* stopAtWindowProxy = */ false))) in CallerInnerWindow()
8600 global = xpc::NativeGlobal(scopeProto); in CallerInnerWindow()