Searched refs:kFirstContextSlotIndex (Results 1 – 4 of 4) sorted by relevance
23 if (used + kFirstContextSlotIndex == length) { in Extend()36 result->set(used + kFirstContextSlotIndex, *script_context); in Extend()
41 FixedArray::get(*table, i + kFirstContextSlotIndex, isolate)); in GetContext()
395 static const int kFirstContextSlotIndex = 1; variable396 static const int kMinLength = kFirstContextSlotIndex;
9298 ScriptContextTable::kFirstContextSlotIndex * kPointerSize)); in LoadScriptContext()