Home
last modified time | relevance | path

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

123

/dports/www/firefox-esr/firefox-91.8.0/js/xpconnect/src/
H A DXPCDebug.cpp35 bool xpc_DumpJSStack(bool showArgs, bool showLocals, bool showThisProps) { in xpc_DumpJSStack() argument
40 xpc_PrintJSStack(cx, showArgs, showLocals, showThisProps)) { in xpc_DumpJSStack()
47 bool showThisProps) { in xpc_PrintJSStack() argument
51 JS::FormatStackDump(cx, showArgs, showLocals, showThisProps); in xpc_PrintJSStack()
H A Dxpcpublic.h227 extern bool xpc_DumpJSStack(bool showArgs, bool showLocals, bool showThisProps);
232 bool showLocals, bool showThisProps);
H A DnsXPConnect.cpp818 bool showThisProps) { in DebugDumpJSStack() argument
819 xpc_DumpJSStack(showArgs, showLocals, showThisProps); in DebugDumpJSStack()
/dports/www/firefox/firefox-99.0/js/xpconnect/src/
H A DXPCDebug.cpp35 bool xpc_DumpJSStack(bool showArgs, bool showLocals, bool showThisProps) { in xpc_DumpJSStack() argument
40 xpc_PrintJSStack(cx, showArgs, showLocals, showThisProps)) { in xpc_DumpJSStack()
47 bool showThisProps) { in xpc_PrintJSStack() argument
51 JS::FormatStackDump(cx, showArgs, showLocals, showThisProps); in xpc_PrintJSStack()
H A Dxpcpublic.h229 extern bool xpc_DumpJSStack(bool showArgs, bool showLocals, bool showThisProps);
234 bool showLocals, bool showThisProps);
H A DnsXPConnect.cpp828 bool showThisProps) { in DebugDumpJSStack() argument
829 xpc_DumpJSStack(showArgs, showLocals, showThisProps); in DebugDumpJSStack()
/dports/mail/thunderbird/thunderbird-91.8.0/js/xpconnect/src/
H A DXPCDebug.cpp35 bool xpc_DumpJSStack(bool showArgs, bool showLocals, bool showThisProps) { in xpc_DumpJSStack() argument
40 xpc_PrintJSStack(cx, showArgs, showLocals, showThisProps)) { in xpc_DumpJSStack()
47 bool showThisProps) { in xpc_PrintJSStack() argument
51 JS::FormatStackDump(cx, showArgs, showLocals, showThisProps); in xpc_PrintJSStack()
H A Dxpcpublic.h227 extern bool xpc_DumpJSStack(bool showArgs, bool showLocals, bool showThisProps);
232 bool showLocals, bool showThisProps);
H A DnsXPConnect.cpp818 bool showThisProps) { in DebugDumpJSStack() argument
819 xpc_DumpJSStack(showArgs, showLocals, showThisProps); in DebugDumpJSStack()
/dports/lang/spidermonkey78/firefox-78.9.0/js/xpconnect/src/
H A DXPCDebug.cpp34 bool xpc_DumpJSStack(bool showArgs, bool showLocals, bool showThisProps) { in xpc_DumpJSStack() argument
39 xpc_PrintJSStack(cx, showArgs, showLocals, showThisProps)) { in xpc_DumpJSStack()
46 bool showThisProps) { in xpc_PrintJSStack() argument
50 JS::FormatStackDump(cx, showArgs, showLocals, showThisProps); in xpc_PrintJSStack()
H A Dxpcpublic.h200 extern bool xpc_DumpJSStack(bool showArgs, bool showLocals, bool showThisProps);
205 bool showLocals, bool showThisProps);
/dports/www/firefox-legacy/firefox-52.8.0esr/js/xpconnect/src/
H A DXPCDebug.cpp39 xpc_DumpJSStack(bool showArgs, bool showLocals, bool showThisProps) in xpc_DumpJSStack() argument
44 } else if (char* buf = xpc_PrintJSStack(cx, showArgs, showLocals, showThisProps)) { in xpc_DumpJSStack()
53 bool showThisProps) in xpc_PrintJSStack() argument
57 char* buf = JS::FormatStackDump(cx, nullptr, showArgs, showLocals, showThisProps); in xpc_PrintJSStack()
H A DnsXPConnect.cpp913 bool showThisProps) in DebugDumpJSStack() argument
915 xpc_DumpJSStack(showArgs, showLocals, showThisProps); in DebugDumpJSStack()
923 bool showThisProps) in DebugPrintJSStack() argument
929 return xpc_PrintJSStack(cx, showArgs, showLocals, showThisProps); in DebugPrintJSStack()
/dports/lang/spidermonkey60/firefox-60.9.0/js/xpconnect/src/
H A DXPCDebug.cpp36 bool xpc_DumpJSStack(bool showArgs, bool showLocals, bool showThisProps) { in xpc_DumpJSStack() argument
41 xpc_PrintJSStack(cx, showArgs, showLocals, showThisProps)) { in xpc_DumpJSStack()
48 bool showThisProps) { in xpc_PrintJSStack() argument
52 JS::FormatStackDump(cx, nullptr, showArgs, showLocals, showThisProps); in xpc_PrintJSStack()
H A Dxpcpublic.h238 extern bool xpc_DumpJSStack(bool showArgs, bool showLocals, bool showThisProps);
243 bool showLocals, bool showThisProps);
/dports/www/firefox-esr/firefox-91.8.0/js/src/util/
H A DDumpFunctions.cpp254 bool showThisProps) { in FormatFrame() argument
398 if (showThisProps && thisVal.isObject()) { in FormatFrame()
487 bool showLocals, bool showThisProps) { in FormatStackDump() argument
497 showThisProps) in FormatStackDump()
/dports/www/firefox/firefox-99.0/js/src/util/
H A DDumpFunctions.cpp255 bool showThisProps) { in FormatFrame() argument
399 if (showThisProps && thisVal.isObject()) { in FormatFrame()
488 bool showLocals, bool showThisProps) { in FormatStackDump() argument
498 showThisProps) in FormatStackDump()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/util/
H A DDumpFunctions.cpp254 bool showThisProps) { in FormatFrame() argument
398 if (showThisProps && thisVal.isObject()) { in FormatFrame()
487 bool showLocals, bool showThisProps) { in FormatStackDump() argument
497 showThisProps) in FormatStackDump()
/dports/www/firefox-esr/firefox-91.8.0/js/public/friend/
H A DDumpFunctions.h47 bool showThisProps);
/dports/www/firefox/firefox-99.0/js/public/friend/
H A DDumpFunctions.h47 bool showThisProps);
/dports/mail/thunderbird/thunderbird-91.8.0/js/public/friend/
H A DDumpFunctions.h47 bool showThisProps);
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/
H A Djsfriendapi.cpp706 bool showArgs, bool showLocals, bool showThisProps) in FormatFrame() argument
843 if (showThisProps && thisVal.isObject()) { in FormatFrame()
906 JS::FormatStackDump(JSContext* cx, char* buf, bool showArgs, bool showLocals, bool showThisProps) in JS_FRIEND_API()
911 buf = FormatFrame(cx, i, buf, num, showArgs, showLocals, showThisProps); in JS_FRIEND_API()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/
H A Djsfriendapi.cpp786 bool showArgs, bool showLocals, bool showThisProps) in FormatFrame() argument
927 if (showThisProps && thisVal.isObject()) { in FormatFrame()
1013 JS::FormatStackDump(JSContext* cx, char* buf, bool showArgs, bool showLocals, bool showThisProps) in JS_FRIEND_API()
1019 buf = FormatFrame(cx, i, buf, num, showArgs, showLocals, showThisProps); in JS_FRIEND_API()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/
H A Djsfriendapi.cpp698 bool showThisProps) { in FormatFrame() argument
818 if (showThisProps && thisVal.isObject()) { in FormatFrame()
898 bool showThisProps) { in FormatStackDump() argument
905 showThisProps); in FormatStackDump()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/
H A Djsfriendapi.cpp827 bool showThisProps) { in FormatFrame() argument
972 if (showThisProps && thisVal.isObject()) { in FormatFrame()
1062 bool showThisProps) { in FormatStackDump() argument
1072 showThisProps) in FormatStackDump()

123