Lines Matching defs:JSPtLocation
52 static void WaitForBreakpoint(JSPtLocation location)
57 lastEventLocation_ = JSPtLocation(nullptr, EntityId(0), 0);
83 static void WaitForStepComplete(JSPtLocation location)
88 lastEventLocation_ = JSPtLocation(nullptr, EntityId(0), 0);
114 static void Event(DebugEvent event, JSPtLocation location = JSPtLocation(nullptr, EntityId(0), 0))
144 static JSPtLocation GetLocation(const char *sourceFile, int32_t line, int32_t column, const char *pandaFile)
153 return JSPtLocation(jsPandaFile.get(), id, offset, sourceFile);
156 static SourceLocation GetSourceLocation(const JSPtLocation &location, const char *pandaFile)
167 static bool SuspendUntilContinue(DebugEvent reason, JSPtLocation location = JSPtLocation(nullptr, EntityId(0), 0))
220 static JSPtLocation lastEventLocation_ GUARDED_BY(eventMutex_);