Lines Matching defs:frames
40 #include "src/debug/debug-frames.h"
49 #include "src/execution/frames-inl.h"
50 #include "src/execution/frames.h"
715 // a dozen frames, so we over-allocate a bit here to avoid growing
781 // Filter out internal frames that we do not want to show.
822 // Poison stack frames below the first strict mode frame.
824 // objects on frames deeper than the top-most one with a strict mode
840 // This mechanism excludes a number of uninteresting frames from the stack
884 // TODO(jgruber): Fix all cases in which frames give us a hole value
885 // (e.g. the receiver in RegExp constructor frames).
1135 // A standard frame may include many summarized frames (due to
1141 // Skip frames from other origins when asked to do so.
1173 // frames.
1194 // is active, and requests more stack frames than the JavaScript
1204 // can ask the stack traces to also include cross-origin frames,
1217 // didn't request to include cross-origin frames), we remember the
1335 // Skip frames that aren't subject to debugging.
1375 // Skip frames that aren't subject to debugging. Keep this in sync with
1376 // StackFrameBuilder::Visit so both visitors visit the same frames.
1443 // Avoid printing anything if there are no frames.
1544 // frames until we reach this method.
1545 // If this DCHECK fails, one of the frames on the stack should be augmented by
1548 // Allow for a bit more overflow in sanitizer builds, because C++ frames take
1934 // For JSEntry frames we always have a handler.
1972 // For WebAssembly frames we perform a lookup in the handler table.
2007 // For optimized frames we perform a lookup in the handler table.
2019 // TODO(bmeurer): Turbofanned BUILTIN frames appear as OPTIMIZED,
2076 // Note: This is only needed for interpreted frames that have been
2122 // For builtin frames we are guaranteed not to find a handler.
2130 // Builtin continuation frames with catch can handle exceptions.
2240 // For JavaScript frames we perform a lookup in the handler table.
2316 // Clear termination once we returned from all V8 frames.
2336 Handle<FixedArray> frames = CaptureSimpleStackTrace(
2340 for (int i = 0; i < frames->length(); ++i) {
2341 Handle<CallSiteInfo> frame(CallSiteInfo::cast(frames->get(i)), this);
2604 // JavaScript frames on the way to the C++ frame that has the
2770 // successive async/await stack frames until an asynchronous one with