Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
H A Darguments.h38 static const int kLengthIndex = 0; member in v8::internal::JSSloppyArgumentsObject
39 static const int kCalleeIndex = kLengthIndex + 1;
52 static const int kLengthIndex = 0; member in v8::internal::JSStrictArgumentsObject
53 STATIC_ASSERT(kLengthIndex == JSSloppyArgumentsObject::kLengthIndex);
H A Dfixed-array.h452 // the allocated size. The number of elements is stored at kLengthIndex and is
497 static const int kLengthIndex = 0;
644 static const int kLengthIndex = 0; member in v8::TemplateList
645 static const int kFirstElementIndex = kLengthIndex + 1;
H A 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()
H A 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/
H A 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/
H A Djs-call-reducer.cc2750 const InternalIndex kLengthIndex(
2759 receiver_map.GetStrongValue(kLengthIndex));
2767 if (!receiver_map.GetPropertyKey(kLengthIndex).equals(length_string) ||
/third_party/node/deps/v8/src/init/
H A Dbootstrapper.cc3943 JSSloppyArgumentsObject::kLengthIndex, in InitializeGlobal()
3998 JSStrictArgumentsObject::kLengthIndex, in InitializeGlobal()

Completed in 35 milliseconds