Unit uCEFv8BackingStore

Description
Classes, Interfaces, Objects and Records

Description

This item has no description.

Overview

Classes, Interfaces, Objects and Records

Name Description
Class TCefv8BackingStoreRef

Structure representing a V8 ArrayBuffer backing store. The backing store holds the memory that backs an ArrayBuffer. It must be created on a thread with a valid V8 isolate (renderer main thread or WebWorker thread). Once created, the data() pointer can be safely read/written from any thread. This allows expensive operations like memcpy to be performed on a background thread before creating the ArrayBuffer on the V8 thread.

The backing store is consumed when passed to TCefv8ValueRef.NewArrayBufferFromBackingStore(), after which IsValid() returns false (0).


Generated by PasDoc 1.0.4.