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.cc448 if (index < static_cast<uint32_t>(storage_fixed_array()->length())) { in visit()
449 storage_fixed_array()->set(index, *elm); in visit()
503 array->set_elements(*storage_fixed_array()); in ToArray()
509 Handle<FixedArray> storage_fixed_array() { in storage_fixed_array() function in v8::internal::__anon188b92c80211::ArrayConcatVisitor
526 Handle<FixedArray> current_storage = storage_fixed_array(); in SetDictionaryMode()