Home
last modified time | relevance | path

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

/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/vm/
H A DEnvironmentObject.h835 GetDebugEnvironmentForFunction(JSContext* cx, HandleFunction fun);
H A DEnvironmentObject.cpp2957 js::GetDebugEnvironmentForFunction(JSContext* cx, HandleFunction fun) in GetDebugEnvironmentForFunction() function in js
H A DDebugger.cpp8557 env = GetDebugEnvironmentForFunction(cx, fun);
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/
H A DEnvironmentObject.h872 extern JSObject* GetDebugEnvironmentForFunction(JSContext* cx,
H A DEnvironmentObject.cpp2896 JSObject* js::GetDebugEnvironmentForFunction(JSContext* cx, in GetDebugEnvironmentForFunction() function in js
H A DDebugger.cpp8370 env = GetDebugEnvironmentForFunction(cx, fun); in environmentGetter()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DEnvironmentObject.h889 extern JSObject* GetDebugEnvironmentForFunction(JSContext* cx,
H A DEnvironmentObject.cpp3256 JSObject* js::GetDebugEnvironmentForFunction(JSContext* cx, in GetDebugEnvironmentForFunction() function in js
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DEnvironmentObject.h991 extern JSObject* GetDebugEnvironmentForFunction(JSContext* cx,
H A DEnvironmentObject.cpp3196 JSObject* js::GetDebugEnvironmentForFunction(JSContext* cx, in GetDebugEnvironmentForFunction() function in js
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DEnvironmentObject.h986 extern JSObject* GetDebugEnvironmentForFunction(JSContext* cx,
H A DEnvironmentObject.cpp3196 JSObject* js::GetDebugEnvironmentForFunction(JSContext* cx, in GetDebugEnvironmentForFunction() function in js
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DEnvironmentObject.h991 extern JSObject* GetDebugEnvironmentForFunction(JSContext* cx,
H A DEnvironmentObject.cpp3196 JSObject* js::GetDebugEnvironmentForFunction(JSContext* cx, in GetDebugEnvironmentForFunction() function in js
/dports/www/firefox-esr/firefox-91.8.0/js/src/debugger/
H A DObject.cpp426 env = GetDebugEnvironmentForFunction(cx, fun); in environmentGetter()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/debugger/
H A DObject.cpp439 env = GetDebugEnvironmentForFunction(cx, fun); in environmentGetter()
/dports/www/firefox/firefox-99.0/js/src/debugger/
H A DObject.cpp426 env = GetDebugEnvironmentForFunction(cx, fun); in environmentGetter()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/debugger/
H A DObject.cpp426 env = GetDebugEnvironmentForFunction(cx, fun); in environmentGetter()