Home
last modified time | relevance | path

Searched refs:kLengthIndex (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/objects/
Darguments.h38 static const int kLengthIndex = 0;
39 static const int kCalleeIndex = kLengthIndex + 1;
52 static const int kLengthIndex = 0;
53 STATIC_ASSERT(kLengthIndex == JSSloppyArgumentsObject::kLengthIndex);
Dfixed-array.h497 static const int kLengthIndex = 0; variable
644 static const int kLengthIndex = 0;
645 static const int kFirstElementIndex = kLengthIndex + 1;
Dfixed-array-inl.h528 return Smi::ToInt(FixedArray::cast(*this).get(kLengthIndex)); in Length()
532 return FixedArray::cast(*this).set(kLengthIndex, Smi::FromInt(length)); in SetLength()
685 return Smi::ToInt(FixedArray::cast(*this).get(kLengthIndex)); in length()
Dobjects.cc1322 isolate->factory()->NewFixedArray(kLengthIndex + size); in New()
1323 list->set(kLengthIndex, Smi::zero()); in New()
1335 fixed_array->set(kLengthIndex, Smi::FromInt(index)); in Add()
/third_party/node/deps/v8/src/diagnostics/
Dobjects-debug.cc607 CHECK_LE(ArrayList::kLengthIndex, length()); in ArrayListVerify()
609 if (Length() == 0 && length() == ArrayList::kLengthIndex) { in ArrayListVerify()
/third_party/node/deps/v8/src/compiler/
Djs-call-reducer.cc2750 const InternalIndex kLengthIndex( in ReduceFunctionPrototypeBind() local
2759 receiver_map.GetStrongValue(kLengthIndex)); in ReduceFunctionPrototypeBind()
2767 if (!receiver_map.GetPropertyKey(kLengthIndex).equals(length_string) || in ReduceFunctionPrototypeBind()
/third_party/node/deps/v8/src/init/
Dbootstrapper.cc3943 JSSloppyArgumentsObject::kLengthIndex, in InitializeGlobal()
3998 JSStrictArgumentsObject::kLengthIndex, in InitializeGlobal()