1 रिपॉजिटरी
Utilities for retrieving and managing data specific to a runtime isolate or execution context.
Distinct from Safe Context Retrieval: None of the candidates address the V8 isolate/context retrieval specifically for runtime engine bindings.
Explore 1 awesome GitHub repository matching programming languages & runtimes · Runtime Context Access. Refine with filters or upvote what's useful.
This project is a compatibility layer and abstraction library for building native C++ addons for Node.js. It provides a consistent C++ API that allows a single codebase to compile against multiple versions of the V8 JavaScript engine by hiding version-specific differences behind macros and inline functions. The toolkit differentiates itself through specialized wrappers and managers, including a monadic wrapper for handles to avoid explicit null checks, a persistent reference manager for objects that must survive handle scope disposal, and a buffer abstraction API for version-compatible memory
Retrieves the current V8 context to store or retrieve data specific to a particular engine isolate.