Lines Matching refs:frames
14 #include "src/execution/frames-inl.h"
15 #include "src/execution/frames.h"
218 // Convert the raw frames as written by Isolate::CaptureSimpleStackTrace into
221 Handle<FixedArray> frames) {
222 int frame_count = frames->length();
226 Handle<CallSiteInfo> frame(CallSiteInfo::cast(frames->get(i)), isolate);
330 // the frames and use its result.
493 // When we're passed a JSFunction as new target, we can skip frames until that
723 std::vector<FrameSummary> frames;
724 it.frame()->Summarize(&frames);
725 auto& summary = frames.back().AsJavaScript();