Home | History | Annotate | Download | only in src

Lines Matching refs:ArrayBuffer

344   //   TypedArray(ArrayBuffer buffer,
349 String::New("Array constructor from ArrayBuffer must "
376 String::New("ArrayBuffer doesn't have data"));
393 String::New("byteOffset must be less than ArrayBuffer length."));
397 // If length is not explicitly specified, the length of the ArrayBuffer
406 String::New("ArrayBuffer length minus the byteOffset must be a "
413 // the ArrayBuffer an exception is raised.
417 "ArrayBuffer"));
420 // Hold a reference to the ArrayBuffer so its buffer doesn't get collected.
461 Handle<Value> Shell::ArrayBuffer(const Arguments& args) {
822 global_template->Set(String::New("ArrayBuffer"),
823 FunctionTemplate::New(ArrayBuffer));