Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-dataview.cc163 Handle<Object> request_index, in GetViewValue() argument
166 isolate, request_index, in GetViewValue()
167 Object::ToIndex(isolate, request_index, in GetViewValue()
171 if (!TryNumberToSize(*request_index, &get_index)) { in GetViewValue()
249 Handle<Object> request_index, in SetViewValue() argument
252 isolate, request_index, in SetViewValue()
253 Object::ToIndex(isolate, request_index, in SetViewValue()
258 if (!TryNumberToSize(*request_index, &get_index)) { in SetViewValue()