Home
last modified time | relevance | path

Searched refs:ToArrayIndex (Results 1 – 11 of 11) sorted by relevance

/third_party/node/deps/v8/include/
Dv8-value.h404 V8_WARN_UNUSED_RESULT MaybeLocal<Uint32> ToArrayIndex(
/third_party/node/deps/v8/src/runtime/
Druntime-literals.cc427 if (key->ToArrayIndex(&element_index)) { in CreateObjectLiteral()
/third_party/node/deps/v8/src/objects/
Dobjects.h626 V8_WARN_UNUSED_RESULT inline bool ToArrayIndex(uint32_t* index) const;
Dordered-hash-table.cc217 if (key.ToArrayIndex(&index_value)) { in ConvertToKeysArray()
225 DCHECK(!key.ToArrayIndex(&index_value)); in ConvertToKeysArray()
Dstring.h434 static int32_t ToArrayIndex(Address addr);
Delements.cc728 CHECK(array->length().ToArrayIndex(&old_length)); in SetLengthImpl()
1698 if (!k.ToArrayIndex(&index) || index < start_from || index >= length) { in IncludesValueFastPath()
2667 CHECK(array->length().ToArrayIndex(&old_length)); in SetLengthImpl()
2765 CHECK(array->length().ToArrayIndex(&old_length)); in SetLengthImpl()
Dobjects-inl.h971 bool Object::ToArrayIndex(uint32_t* index) const { in ToArrayIndex() function
Dstring.cc644 int32_t String::ToArrayIndex(Address addr) { in ToArrayIndex() function in v8::internal::String
/third_party/node/deps/v8/src/codegen/
Dexternal-reference.cc994 FUNCTION_REFERENCE(string_to_array_index_function, String::ToArrayIndex) in FUNCTION_REFERENCE()
/third_party/node/deps/v8/src/wasm/
Dwasm-js.cc1560 MaybeLocal<Uint32> number = property.ToLocalChecked()->ToArrayIndex(context); in GetIterableLength()
/third_party/node/deps/v8/src/api/
Dapi.cc4201 MaybeLocal<Uint32> Value::ToArrayIndex(Local<Context> context) const { in ToArrayIndex() function in v8::Value
4207 PREPARE_FOR_EXECUTION(context, Object, ToArrayIndex, Uint32); in ToArrayIndex()
4769 if (key_obj->ToArrayIndex(&index)) { in Has()