Home | History | Annotate | Download | only in src

Lines Matching full:marker

417   // The marker and function offsets overlap. If the marker isn't a
418 // smi then the frame is a JavaScript frame -- and the marker is
421 Object* marker = Memory::Object_at(state->fp + offset);
422 if (!marker->IsSmi()) {
432 return static_cast<StackFrame::Type>(Smi::cast(marker)->value());