V8 & Process Messaging
Category description: JavaScript bridge, value tree, inter-process messages, shared memory regions.
Pages in this category
| Page | Source Header |
|---|---|
| CefProcessMessage | cef_process_message.h |
| CefSharedMemoryRegion | cef_shared_memory_region.h |
| CefSharedProcessMessageBuilder | cef_shared_process_message_builder.h |
| CefV8Value | cef_v8.h |
| CefValue | cef_values.h |
How to use these pages
Each page is a single standalone markdown file documenting one CEF header. The page begins with the header name and an overview, then has one ## section per interface declared in that header. Each interface section lists:
- Source File — the CEF header path
- Process / Thread Context — verbatim from the header comment
- Purpose — one or two sentences from the header comment
- Methods — every public method with Parameters, Return Value, Usage Instruction, and Threading Constraint
- Usage Example — a
cppcode block grounded in the actual API signatures
Where the source header does not specify a threading constraint, the page explicitly says "Threading constraint not specified in source." — these docs never guess.