Lines Matching refs:Blob
27 class Blob : public BaseObject {
48 static BaseObjectPtr<Blob> Create(Environment* env,
57 SET_MEMORY_INFO_NAME(Blob)
58 SET_SELF_SIZE(Blob)
60 // Copies the contents of the Blob into an ArrayBuffer.
63 BaseObjectPtr<Blob> Slice(Environment* env, size_t start, size_t end);
92 Blob(
133 Blob* blob,
157 BaseObjectPtr<Blob> blob;
164 const BaseObjectPtr<Blob>& blob_,