Home
last modified time | relevance | path

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

/external/v8/src/debug/
Dmirrors.js1551 var kFrameDetailsLocalCountIndex = 5;
1683 return this.details_[kFrameDetailsLocalCountIndex];
/external/v8/src/runtime/
Druntime-debug.cc459 static const int kFrameDetailsLocalCountIndex = 5; variable
538 details->set(kFrameDetailsLocalCountIndex, Smi::kZero); in RUNTIME_FUNCTION()
680 details->set(kFrameDetailsLocalCountIndex, Smi::FromInt(local_count)); in RUNTIME_FUNCTION()