Lines Matching refs:scope

51550                      PRThreadScope scope,
82296 static nsIAtom* scope;
97885 JS::StructuredCloneScope scope,
97891 JS::StructuredCloneScope scope,
97910 JSAutoStructuredCloneBuffer(JS::StructuredCloneScope scope,
97912 : scope_(scope), version_(8)
98797 (* JSPreWrapCallback)(JSContext* cx, JS::HandleObject scope, JS::HandleObject obj,
119084 GetOriginalEval(JSContext* cx, JS::HandleObject scope,
121286 virtual void invoke(JS::HandleObject scope, Closure& closure) = 0;
121290 PrepareScriptEnvironmentAndInvoke(JSContext* cx, JS::HandleObject scope,
121381 JS::MutableHandleObject scope);
125263 virtual nsresult VariantToJS(JSContext *ctx, JSObject *scope, nsIVariant *value, JS::MutableHandleValue _retval) = 0;
136191 void invoke(JS::HandleObject scope, Closure& closure) override;
154048 JS::Rooted<JSObject*> scope(cx, scopeArg);
154050 if (js::IsWrapper(scope)) {
154051 scope = js::CheckedUnwrap(scope, false);
154052 if (!scope)
154054 ac.emplace(cx, scope);
154099 JS::Rooted<JSObject*> scope(cx, scopeArg);
154101 if (js::IsWrapper(scope)) {
154102 scope = js::CheckedUnwrap(scope, false);
154103 if (!scope)
154105 ac.emplace(cx, scope);
154130 WrapNewBindingNonWrapperCachedObject(JSContext* cx, JS::Handle<JSObject*> scope,
154135 return WrapNewBindingNonWrapperCachedObject(cx, scope, value.get(), rval,
154143 WrapNewBindingNonWrapperCachedObject(JSContext* cx, JS::Handle<JSObject*> scope,
154148 return WrapNewBindingNonWrapperCachedObject(cx, scope, &value, rval,
154168 HandleNewBindingWrappingFailure(JSContext* cx, JS::Handle<JSObject*> scope,
154176 return NativeInterface2JSObjectAndThrowIfFailed(cx, scope, rval,
154186 static inline bool Wrap(JSContext* cx, JS::Handle<JSObject*> scope,
154189 return HandleNewBindingWrappingFailure(cx, scope, value.get(), rval);
154196 static inline bool Wrap(JSContext* cx, JS::Handle<JSObject*> scope, T& value,
154199 return HandleNewBindingWrappingFailure(cx, scope, &value, rval);
154205 HandleNewBindingWrappingFailure(JSContext* cx, JS::Handle<JSObject*> scope,
154208 return HandleNewBindingWrappingFailureHelper<T>::Wrap(cx, scope, value, rval);
154379 XPCOMObjectToJsval(JSContext* cx, JS::Handle<JSObject*> scope,
154400 JS::Rooted<JSObject*> scope(cx, JS::CurrentGlobalOrNull(cx));
154401 return XPCOMObjectToJsval(cx, scope, helper, iid, true, rval);
154500 JS::Rooted<JSObject*> scope(cx, JS::CurrentGlobalOrNull(cx));
154502 return XPCOMObjectToJsval(cx, scope, helper, nullptr, false, &v) ?
156294 JS::Rooted<JSObject*> scope(aCx, JS::CurrentGlobalOrNull(aCx));
156295 return XPCOMObjectToJsval(aCx, scope, helper, nullptr, true, aValue);
176858 scope,