关于
This skill provides standardized patterns and boilerplate for implementing JavaScript classes within C++ using the JavaScriptCore (JSC) engine. It guides developers through the complex process of defining class structures, managing memory with Iso Subspaces, setting up prototypes and constructors, and handling property definitions like getters and setters. This is particularly useful for Bun contributors or developers building custom JavaScript runtimes who need to bridge native C++ logic with a JavaScript-accessible interface while maintaining high performance and memory safety.