Home
last modified time | relevance | path

Searched refs:XDRScriptConst (Results 1 – 18 of 18) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/vm/
H A DXdr.cpp166 return XDRScriptConst(this, vp); in codeConstValue()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/vm/
H A DXdr.cpp146 return XDRScriptConst(this, vp); in codeConstValue()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/
H A DXdr.cpp176 return XDRScriptConst(this, vp); in codeConstValue()
H A DJSScript.cpp85 bool js::XDRScriptConst(XDRState<mode>* xdr, MutableHandleValue vp) { in XDRScriptConst() function in js
180 template bool js::XDRScriptConst(XDRState<XDR_ENCODE>*, MutableHandleValue);
182 template bool js::XDRScriptConst(XDRState<XDR_DECODE>*, MutableHandleValue);
607 if (!XDRScriptConst(xdr, &val)) return false; in XDRScript()
H A DJSScript.h733 bool XDRScriptConst(XDRState<mode>* xdr, MutableHandleValue vp);
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/
H A Djsscript.cpp74 js::XDRScriptConst(XDRState<mode>* xdr, MutableHandleValue vp) in XDRScriptConst() function in js
190 js::XDRScriptConst(XDRState<XDR_ENCODE>*, MutableHandleValue);
193 js::XDRScriptConst(XDRState<XDR_DECODE>*, MutableHandleValue);
659 if (!XDRScriptConst(xdr, &val)) in XDRScript()
H A Djsscript.h687 XDRScriptConst(XDRState<mode>* xdr, MutableHandleValue vp);
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/
H A Djsscript.cpp366 js::XDRScriptConst(XDRState<mode>* xdr, MutableHandleValue vp) in XDRScriptConst() function in js
482 js::XDRScriptConst(XDRState<XDR_ENCODE>*, MutableHandleValue);
485 js::XDRScriptConst(XDRState<XDR_DECODE>*, MutableHandleValue);
993 if (!XDRScriptConst(xdr, &val)) in XDRScript()
H A Djsscript.h929 XDRScriptConst(XDRState<mode>* xdr, MutableHandleValue vp);
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DJSObject.cpp1233 MOZ_TRY(XDRScriptConst(xdr, values[i])); in XDRObjectLiteral()
1266 MOZ_TRY(XDRScriptConst(xdr, &tmpIdValue)); in XDRObjectLiteral()
1267 MOZ_TRY(XDRScriptConst(xdr, &tmpValue)); in XDRObjectLiteral()
H A DJSScript.cpp110 XDRResult js::XDRScriptConst(XDRState<mode>* xdr, MutableHandleValue vp) { in XDRScriptConst() function in js
247 template XDRResult js::XDRScriptConst(XDRState<XDR_ENCODE>*,
250 template XDRResult js::XDRScriptConst(XDRState<XDR_DECODE>*,
H A DJSScript.h1716 XDRResult XDRScriptConst(XDRState<mode>* xdr, MutableHandleValue vp);
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DJSObject.cpp1233 MOZ_TRY(XDRScriptConst(xdr, values[i])); in XDRObjectLiteral()
1266 MOZ_TRY(XDRScriptConst(xdr, &tmpIdValue)); in XDRObjectLiteral()
1267 MOZ_TRY(XDRScriptConst(xdr, &tmpValue)); in XDRObjectLiteral()
H A DJSScript.cpp110 XDRResult js::XDRScriptConst(XDRState<mode>* xdr, MutableHandleValue vp) { in XDRScriptConst() function in js
247 template XDRResult js::XDRScriptConst(XDRState<XDR_ENCODE>*,
250 template XDRResult js::XDRScriptConst(XDRState<XDR_DECODE>*,
H A DJSScript.h1716 XDRResult XDRScriptConst(XDRState<mode>* xdr, MutableHandleValue vp);
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DJSObject.cpp1369 MOZ_TRY(XDRScriptConst(xdr, values[i])); in XDRObjectLiteral()
1412 MOZ_TRY(XDRScriptConst(xdr, &tmpIdValue)); in XDRObjectLiteral()
1413 MOZ_TRY(XDRScriptConst(xdr, &tmpValue)); in XDRObjectLiteral()
H A DJSScript.cpp105 XDRResult js::XDRScriptConst(XDRState<mode>* xdr, MutableHandleValue vp) { in XDRScriptConst() function in js
242 template XDRResult js::XDRScriptConst(XDRState<XDR_ENCODE>*,
245 template XDRResult js::XDRScriptConst(XDRState<XDR_DECODE>*,
H A DJSScript.h2112 XDRResult XDRScriptConst(XDRState<mode>* xdr, MutableHandleValue vp);