Home | History | Annotate | Download | only in src

Lines Matching refs:marker

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