Home
last modified time | relevance | path

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

/external/v8/src/
Dmirror-debugger.js1685 const kScopeDetailsTypeIndex = 0; constant
1698 return this.details_[kScopeDetailsTypeIndex];
Druntime.cc10053 static const int kScopeDetailsTypeIndex = 0; variable
10098 details->set(kScopeDetailsTypeIndex, Smi::FromInt(it.Type())); in RUNTIME_FUNCTION()