Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-array.cc646 if (index < static_cast<uint32_t>(storage_fixed_array()->length())) { in visit()
647 storage_fixed_array()->set(index, *elm); in visit()
702 array->set_elements(*storage_fixed_array()); in ToArray()
728 Handle<FixedArray> current_storage = storage_fixed_array(); in SetDictionaryMode()
772 Handle<FixedArray> storage_fixed_array() { in storage_fixed_array() function in v8::internal::__anon8f22fd510411::ArrayConcatVisitor