OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:typed_array
(Results
1 - 7
of
7
) sorted by null
/external/v8/src/builtins/
builtins-typedarray.cc
17
CHECK_RECEIVER(JSTypedArray,
typed_array
, "get TypedArray.prototype.buffer");
18
return *
typed_array
->GetBuffer();
/external/v8/src/runtime/
runtime-typedarray.cc
258
Handle<JSTypedArray>
typed_array
(JSTypedArray::cast(*source));
260
if (
typed_array
->type() == holder->type()) {
262
static_cast<uint8_t*>(
typed_array
->GetBuffer()->backing_store());
263
size_t source_byte_offset = NumberToSize(
typed_array
->byte_offset());
/external/v8/src/
value-serializer.cc
1509
Handle<JSTypedArray>
typed_array
= isolate_->factory()->NewJSTypedArray(
local
[
all
...]
objects.cc
[
all
...]
bootstrapper.cc
[
all
...]
api.cc
[
all
...]
objects.h
[
all
...]
Completed in 260 milliseconds