Searched refs:stack_frames (Results 1 – 12 of 12) sorted by relevance
92 stack_frames = inspect.stack()94 for frame in stack_frames[lowest_frames:highest_frames]:97 del stack_frames
75 this.stack_frames = []; property in PlotScriptComposer.CodeKind76 for (var i = 0; i < kStackFrames; i++) this.stack_frames.push([]);306 if (entry) FindCodeKind(entry.kind).stack_frames[i].push(tick);493 row = MergeRanges(TicksToRanges(code_kind.stack_frames[i]));
55 Handle<FixedArray> stack_frames) { in MakeMessageObject() argument67 Handle<Object> stack_frames_handle = stack_frames.is_null() in MakeMessageObject()69 : Handle<Object>::cast(stack_frames); in MakeMessageObject()
801 Handle<FixedArray> stack_frames);
1156 os << "\n - stack_frames: " << Brief(stack_frames()); in JSMessageObjectPrint()
2514 ACCESSORS(JSMessageObject, stack_frames, Object, kStackFramesOffset) in ACCESSORS()
3592 DECL_ACCESSORS(stack_frames, Object)
2838 i::Handle<i::Object> stackFramesObj(message->stack_frames(), isolate); in GetStackTrace()
847 heapframe *stack_frames; /* The original vector on the stack */ member
651 if (mb->match_frames != mb->stack_frames) in match()6041 mb->stack_frames = (heapframe *)stack_frames_vector; in pcre2_match()6298 mb->match_frames = mb->stack_frames; /* Initial frame vector on the stack */ in pcre2_match()6806 if (mb->match_frames != mb->stack_frames) in pcre2_match()
912 Handle<Object> stack_frames);
3431 Handle<Object> stack_frames) { in NewJSMessageObject() argument3444 message_obj->set_stack_frames(*stack_frames); in NewJSMessageObject()