Searched refs:ToArrayIndex (Results 1 – 11 of 11) sorted by relevance
26 if (key->ToArrayIndex(&element_index)) { in ComputeObjectLiteralMap()86 if (key->ToArrayIndex(&element_index)) { in CreateObjectLiteralBoilerplate()
140 bool key_is_array_index = property->ToArrayIndex(&index); in RUNTIME_FUNCTION()366 DCHECK(!name->ToArrayIndex(&index)); in RUNTIME_FUNCTION()389 CHECK(key->ToArrayIndex(&index)); in RUNTIME_FUNCTION()418 CHECK(array->length()->ToArrayIndex(&index)); in RUNTIME_FUNCTION()
272 if (key->ToArrayIndex(&index)) { in RUNTIME_FUNCTION()357 if (key->ToArrayIndex(&index)) { in StoreKeyedToSuper()
555 } else if (key->ToArrayIndex(&element_index)) { in BuildConstantProperties()
23 if (key->ToArrayIndex(&index)) { in PropertyOrElement()
737 CHECK(array->length()->ToArrayIndex(&old_length)); in SetLengthImpl()1447 CHECK(dict->KeyAt(entry)->ToArrayIndex(&result)); in GetIndexForEntryImpl()1587 if (!k->ToArrayIndex(&index) || index < start_from || index >= length) { in IncludesValueFastPath()
3869 MaybeLocal<Uint32> Value::ToArrayIndex(Local<Context> context) const { in ToArrayIndex() function in v8::Value3875 PREPARE_FOR_EXECUTION(context, Object, ToArrayIndex, Uint32); in ToArrayIndex()3895 Local<Uint32> Value::ToArrayIndex() const { in ToArrayIndex() function in v8::Value3902 RETURN_TO_LOCAL_UNCHECKED(ToArrayIndex(context), Uint32); in ToArrayIndex()4479 if (key_obj->ToArrayIndex(&index)) { in Has()
1523 inline bool ToArrayIndex(uint32_t* index);
2319 bool Object::ToArrayIndex(uint32_t* index) { in ToArrayIndex() function
2220 V8_DEPRECATED("Use maybe version", Local<Uint32> ToArrayIndex() const);2221 V8_WARN_UNUSED_RESULT MaybeLocal<Uint32> ToArrayIndex(
6490 VarDecl *ToArrayIndex = in Import() local6492 if (!ToArrayIndex && From->getArrayIndex(AII)) in Import()