2 dépôts
Interacts with native properties via generated getter and setter methods.
Distinct from Native System Integrations: Focuses on property access, whereas Native System Integrations focuses on general system interfacing.
Explore 2 awesome GitHub repositories matching operating systems & systems programming · Native Property Accessors. Refine with filters or upvote what's useful.
NativeScript is a cross-platform mobile development framework that enables the creation of native iOS and Android applications using JavaScript or TypeScript. It provides a direct bridge to native platform APIs, allowing developers to invoke native classes, methods, and properties directly from script code while maintaining full access to underlying mobile operating system features. The framework distinguishes itself through its direct native UI rendering, which maps declarative markup components to actual platform-native widgets rather than web-based views. This architecture is supported by
Interacts with native properties and extension functions by utilizing generated getter and setter methods or passing the target instance as a function parameter.
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
Defines object properties with custom getters and setters to link native C++ data to JavaScript accessors.