Home
last modified time | relevance | path

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

/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/script/dom/bindings/
H A Dcallback.rs15 use js::jsapi::{JSCompartment, JS_EnterCompartment, JS_LeaveCompartment, RemoveRawValueRoot};
94 RemoveRawValueRoot(cx, self.permanent_js_root.get_unsafe()); in drop()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/script/dom/
H A Dpromise.rs25 use js::jsapi::{JS_ClearPendingException, JSObject, AddRawValueRoot, RemoveRawValueRoot, PromiseSta…
66 RemoveRawValueRoot(cx, self.permanent_js_root.get_unsafe()); in drop()
/dports/www/firefox-esr/firefox-91.8.0/js/src/
H A Djsfriendapi.h141 JS_PUBLIC_API void RemoveRawValueRoot(JSContext* cx, JS::Value* vp);
/dports/www/firefox/firefox-99.0/js/src/
H A Djsfriendapi.h136 JS_PUBLIC_API void RemoveRawValueRoot(JSContext* cx, JS::Value* vp);
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/
H A Djsfriendapi.h141 JS_PUBLIC_API void RemoveRawValueRoot(JSContext* cx, JS::Value* vp);
/dports/www/firefox/firefox-99.0/js/src/gc/
H A DGCAPI.cpp44 extern JS_PUBLIC_API void js::RemoveRawValueRoot(JSContext* cx, Value* vp) { in RemoveRawValueRoot() function in js
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/bindings/
H A DBindingUtils.cpp292 js::RemoveRawValueRoot(cx, &mJSException.asValueRef()); in SetPendingJSException()
399 js::RemoveRawValueRoot(cx, &mJSException.asValueRef()); in ClearUnionData()
448 js::RemoveRawValueRoot(cx, &aRHS.mJSException.asValueRef()); in operator =()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/bindings/
H A DBindingUtils.cpp297 js::RemoveRawValueRoot(cx, &mJSException.asValueRef()); in SetPendingJSException()
390 js::RemoveRawValueRoot(cx, &mJSException.asValueRef()); in ClearUnionData()
438 js::RemoveRawValueRoot(cx, &aRHS.mJSException.asValueRef()); in operator =()
/dports/www/firefox-esr/firefox-91.8.0/dom/bindings/
H A DBindingUtils.cpp369 js::RemoveRawValueRoot(cx, &mExtra.mJSException); in SetPendingJSException()
476 js::RemoveRawValueRoot(cx, &mExtra.mJSException); in ClearUnionData()
523 js::RemoveRawValueRoot(cx, &aRHS.mExtra.mJSException); in operator =()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/bindings/
H A DBindingUtils.cpp362 js::RemoveRawValueRoot(cx, &mExtra.mJSException); in SetPendingJSException()
469 js::RemoveRawValueRoot(cx, &mExtra.mJSException); in ClearUnionData()
516 js::RemoveRawValueRoot(cx, &aRHS.mExtra.mJSException); in operator =()
/dports/www/firefox/firefox-99.0/dom/bindings/
H A DBindingUtils.cpp372 js::RemoveRawValueRoot(cx, &mExtra.mJSException); in SetPendingJSException()
479 js::RemoveRawValueRoot(cx, &mExtra.mJSException); in ClearUnionData()
526 js::RemoveRawValueRoot(cx, &aRHS.mExtra.mJSException); in operator =()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/bindings/
H A DBindingUtils.cpp369 js::RemoveRawValueRoot(cx, &mExtra.mJSException); in SetPendingJSException()
476 js::RemoveRawValueRoot(cx, &mExtra.mJSException); in ClearUnionData()
523 js::RemoveRawValueRoot(cx, &aRHS.mExtra.mJSException); in operator =()
/dports/lang/spidermonkey60/firefox-60.9.0/js/xpconnect/src/
H A DXPCWrappedNative.cpp1743 js::RemoveRawValueRoot(mCallContext, (Value*)&param.val); in CleanupParam()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/xpconnect/src/
H A DXPCWrappedNative.cpp2001 js::RemoveRawValueRoot(mCallContext, (Value*)&param.val);
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/
H A Djsfriendapi.h254 JS_FRIEND_API void RemoveRawValueRoot(JSContext* cx, JS::Value* vp);
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/
H A Djsfriendapi.h238 JS_FRIEND_API void RemoveRawValueRoot(JSContext* cx, JS::Value* vp);
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/
H A Djsfriendapi.h202 RemoveRawValueRoot(JSContext* cx, JS::Value* vp);
H A Djsgc.cpp1536 js::RemoveRawValueRoot(JSContext* cx, Value* vp)
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/
H A Djsfriendapi.h193 RemoveRawValueRoot(JSContext* cx, JS::Value* vp);
H A Djsgc.cpp1757 js::RemoveRawValueRoot(JSContext* cx, Value* vp) in JS_FRIEND_API()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/include/
H A Djsfriendapi.h193 RemoveRawValueRoot(JSContext* cx, JS::Value* vp);
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/gc/
H A DGC.cpp1698 extern JS_FRIEND_API void js::RemoveRawValueRoot(JSContext* cx, Value* vp) { in RemoveRawValueRoot() function in js
/dports/www/firefox-esr/firefox-91.8.0/js/src/gc/
H A DGC.cpp2104 extern JS_PUBLIC_API void js::RemoveRawValueRoot(JSContext* cx, Value* vp) { in RemoveRawValueRoot() function in js
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/gc/
H A DGC.cpp2104 extern JS_PUBLIC_API void js::RemoveRawValueRoot(JSContext* cx, Value* vp) { in RemoveRawValueRoot() function in js
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/gc/
H A DGC.cpp1677 extern JS_FRIEND_API void js::RemoveRawValueRoot(JSContext* cx, Value* vp) { in RemoveRawValueRoot() function in js