Home
last modified time | relevance | path

Searched refs:SourceWeakMap (Results 1 – 10 of 10) sorted by relevance

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/vm/
H A DDebugger.h434 typedef DebuggerWeakMap<JSObject*, true> SourceWeakMap; typedef
435 SourceWeakMap sources;
H A DDebugger.cpp5813 DependentAddPtr<SourceWeakMap> p(cx, sources, source); in wrapSource()
/dports/www/firefox-esr/firefox-91.8.0/js/src/debugger/
H A DDebugger.h752 SourceWeakMap;
753 SourceWeakMap sources;
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/debugger/
H A DDebugger.h763 SourceWeakMap;
764 SourceWeakMap sources;
/dports/www/firefox/firefox-99.0/js/src/debugger/
H A DDebugger.h754 SourceWeakMap;
755 SourceWeakMap sources;
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/debugger/
H A DDebugger.h752 SourceWeakMap;
753 SourceWeakMap sources;
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/vm/
H A DDebugger.h468 typedef DebuggerWeakMap<JSObject*, true> SourceWeakMap;
469 SourceWeakMap sources;
H A DDebugger.cpp6786 obj = wrapVariantReferent<DebuggerSourceReferent, ScriptSourceObject*, SourceWeakMap>(
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/
H A DDebugger.h485 typedef DebuggerWeakMap<JSObject*, true> SourceWeakMap;
486 SourceWeakMap sources;
H A DDebugger.cpp6400 SourceWeakMap>(cx, sources, key, referent); in wrapVariantReferent()