Home
last modified time | relevance | path

Searched refs:GetDebugScopeForFrame (Results 1 – 3 of 3) sorted by relevance

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/vm/
H A DScopeObject.h1152 GetDebugScopeForFrame(JSContext* cx, AbstractFramePtr frame, jsbytecode* pc);
H A DScopeObject.cpp2983 js::GetDebugScopeForFrame(JSContext* cx, AbstractFramePtr frame, jsbytecode* pc) in GetDebugScopeForFrame() function in js
H A DDebugger.cpp6313 env = GetDebugScopeForFrame(cx, iter.abstractFramePtr(), iter.pc()); in DebuggerFrame_getEnvironment()
6803 env = GetDebugScopeForFrame(cx, iter->abstractFramePtr(), iter->pc()); in DebuggerGenericEval()