Home
last modified time | relevance | path

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

/external/v8/src/
Disolate.cc107 void Isolate::SetEmbeddedBlob(const uint8_t* blob, uint32_t blob_size) { in SetEmbeddedBlob() function in v8::internal::Isolate
2553 SetEmbeddedBlob(DefaultEmbeddedBlob(), DefaultEmbeddedBlobSize()); in Throw()
2555 SetEmbeddedBlob(TrustedEmbeddedBlob(), TrustedEmbeddedBlobSize()); in Throw()
2558 SetEmbeddedBlob(DefaultEmbeddedBlob(), DefaultEmbeddedBlobSize()); in Throw()
2907 SetEmbeddedBlob(const_cast<const uint8_t*>(data), size); in Throw()
Disolate.h1822 void SetEmbeddedBlob(const uint8_t* blob, uint32_t blob_size);