Searched refs:kLengthDescriptorIndex (Results 1 – 8 of 8) sorted by relevance
51 JSFunction::kLengthDescriptorIndex, JSFunction::kNameDescriptorIndex)); in TF_BUILTIN()62 const int length_index = JSFunction::kLengthDescriptorIndex; in TF_BUILTIN()
84 static const int kLengthDescriptorIndex = 0; variable
466 STATIC_ASSERT(JSFunction::kLengthDescriptorIndex == 0); in BuildClassBoilerplate()
3920 STATIC_ASSERT(JSFunction::kLengthDescriptorIndex == 0); in CreateSloppyFunctionMap()3996 STATIC_ASSERT(JSFunction::kLengthDescriptorIndex == 0); in CreateStrictFunctionMap()4058 STATIC_ASSERT(JSFunction::kLengthDescriptorIndex == 0); in CreateClassFunctionMap()
3184 static const int kLengthDescriptorIndex = 0;
1689 STATIC_ASSERT(JSArray::kLengthDescriptorIndex == 0); in InitializeGlobal()
2832 int length_index = JSArray::kLengthDescriptorIndex; in EnsureArrayLengthWritable()
435 if (descriptors->GetKey(JSFunction::kLengthDescriptorIndex) != in ReduceFunctionPrototypeBind()439 if (!descriptors->GetStrongValue(JSFunction::kLengthDescriptorIndex) in ReduceFunctionPrototypeBind()