Lines Matching defs:mode
670 Isolate* isolate, StackTraceFailureMessage::StackTraceMode mode, void* ptr1,
683 if (mode == kIncludeStackTrace) {
705 CallSiteBuilder(Isolate* isolate, FrameSkipMode mode, int limit,
708 mode_(mode),
711 skip_next_frame_(mode != SKIP_NONE) {
822 // Poison stack frames below the first strict mode frame.
824 // objects on frames deeper than the top-most one with a strict mode
1159 FrameSkipMode mode,
1168 CallSiteBuilder builder(isolate, mode, limit, caller);
1187 Handle<JSObject> error_object, FrameSkipMode mode, Handle<Object> caller) {
1212 error_stack = CaptureSimpleStackTrace(this, limit, mode, caller);
1408 void Isolate::PrintStack(FILE* out, PrintStackMode mode) {
1415 PrintStack(&accumulator, mode);
1432 StackFrame::PrintMode mode) {
1435 it.frame()->Print(accumulator, mode, i++);
1439 void Isolate::PrintStack(StringStream* accumulator, PrintStackMode mode) {
1449 if (mode == kPrintStackVerbose) {
3161 // the given allocation mode.
5287 PrintIsolate(this, "RAIL mode: %s\n", RAILModeName(rail_mode));