Home | History | Annotate | Download | only in include

Lines Matching defs:Contents

206    * Creates a handle for the contents of the specified handle.  This
457 * and create a new one with the contents of other if other is non empty
464 * and create a new one with the contents of other if other is non empty
605 * This will clone the contents of storage cell, but not any of the flags, etc.
1773 * Write the contents of the string to an external buffer.
1776 * the contents of the string and the NULL terminator into the
1995 * character contents need to be equivalent to this string.
2017 * character contents need to be equivalent to this string.
2870 * The contents of an |ArrayBuffer|. Externalization of |ArrayBuffer|
2874 * The Data pointer of ArrayBuffer::Contents is always allocated with
2879 class V8_EXPORT Contents { // NOLINT
2881 Contents() : data_(NULL), byte_length_(0) {}
2932 * and byte length are returned as |Contents| structure. After ArrayBuffer
2939 Contents Externalize();