Searched defs:CopyElements (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Delements.h91 // If kCopyToEnd is specified as the copy_size to CopyElements, it copies all
95 // CopyElements, it copies all of elements from source after source_start to
104 virtual MaybeObject* CopyElements(JSObject* source_holder,
112 MaybeObject* CopyElements(JSObject* from_holder, function in class:v8::internal::ElementsAccessor
116 return CopyElements(from_holder, 0, to, to_kind, 0,
H A Delements.cc487 virtual MaybeObject* CopyElements(JSObject* from_holder, function in class:v8::internal::ElementsAccessorBase
1258 return accessor->CopyElements(NULL, from_start, to, to_kind,

Completed in 48 milliseconds