Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-dataview.cc160 Handle<Object> request_index, in GetViewValue() argument
163 isolate, request_index, in GetViewValue()
164 Object::ToIndex(isolate, request_index, in GetViewValue()
168 if (!TryNumberToSize(*request_index, &get_index)) { in GetViewValue()
246 Handle<Object> request_index, in SetViewValue() argument
249 isolate, request_index, in SetViewValue()
250 Object::ToIndex(isolate, request_index, in SetViewValue()
255 if (!TryNumberToSize(*request_index, &get_index)) { in SetViewValue()