Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime-typedarray.cc104 CONVERT_NUMBER_ARG_HANDLE_CHECKED(byte_offset_object, 3); in RUNTIME_FUNCTION()
120 CHECK(TryNumberToSize(*byte_offset_object, &byte_offset)); in RUNTIME_FUNCTION()
149 holder->set_byte_offset(*byte_offset_object); in RUNTIME_FUNCTION()
/external/v8/src/
Dfactory.cc2127 i::Handle<i::Object> byte_offset_object = in SetupArrayBufferView() local
2129 obj->set_byte_offset(*byte_offset_object); in SetupArrayBufferView()