Home
last modified time | relevance | path

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

/external/v8/src/
Delements.cc3375 bool both_are_simple = HasSimpleRepresentation(source_type) && in CopyElementsFromTypedArray() local
3387 if (same_type || (same_size && both_are_simple)) { in CopyElementsFromTypedArray()