Home
last modified time | relevance | path

Searched refs:kFrameDetailsSourcePositionIndex (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/runtime/
Druntime-debug.cc460 static const int kFrameDetailsSourcePositionIndex = 6; variable
542 details->set(kFrameDetailsSourcePositionIndex, Smi::FromInt(position)); in RUNTIME_FUNCTION()
684 details->set(kFrameDetailsSourcePositionIndex, Smi::FromInt(position)); in RUNTIME_FUNCTION()
686 details->set(kFrameDetailsSourcePositionIndex, heap->undefined_value()); in RUNTIME_FUNCTION()
/external/v8/src/debug/
Dmirrors.js1552 var kFrameDetailsSourcePositionIndex = 6;
1689 return this.details_[kFrameDetailsSourcePositionIndex];