• Home
  • Raw
  • Download

Lines Matching defs:isolate

37 void DebugInfo::ClearBreakInfo(Isolate* isolate) {  in ClearBreakInfo()
80 bool DebugInfo::HasBreakPoint(Isolate* isolate, int source_position) { in HasBreakPoint()
92 Object DebugInfo::GetBreakPointInfo(Isolate* isolate, int source_position) { in GetBreakPointInfo()
106 bool DebugInfo::ClearBreakPoint(Isolate* isolate, Handle<DebugInfo> debug_info, in ClearBreakPoint()
121 void DebugInfo::SetBreakPoint(Isolate* isolate, Handle<DebugInfo> debug_info, in SetBreakPoint()
167 Handle<Object> DebugInfo::GetBreakPoints(Isolate* isolate, in GetBreakPoints()
179 int DebugInfo::GetBreakPointCount(Isolate* isolate) { in GetBreakPointCount()
192 Handle<Object> DebugInfo::FindBreakPointInfo(Isolate* isolate, in FindBreakPointInfo()
213 void DebugInfo::ClearCoverageInfo(Isolate* isolate) { in ClearCoverageInfo()
222 DebugInfo::SideEffectState DebugInfo::GetSideEffectState(Isolate* isolate) { in GetSideEffectState()
239 void BreakPointInfo::ClearBreakPoint(Isolate* isolate, in ClearBreakPoint()
273 void BreakPointInfo::SetBreakPoint(Isolate* isolate, in SetBreakPoint()
309 bool BreakPointInfo::HasBreakPoint(Isolate* isolate, in HasBreakPoint()
332 Isolate* isolate, Handle<BreakPointInfo> break_point_info, in GetBreakPointById()
358 int BreakPointInfo::GetBreakPointCount(Isolate* isolate) { in GetBreakPointCount()
404 Isolate* isolate = info->GetIsolate(); in GetSourcePosition() local
416 void ErrorStackData::EnsureStackFrameInfos(Isolate* isolate, in EnsureStackFrameInfos()
464 Isolate* isolate = promise_on_stack->GetIsolate(); in GetPromise() local