SkillAgentSearch skills...

JavascriptCorePP

JavaScriptCore++ - A simple C++ 17 wrapper for JavaScriptCore

Install / Use

/learn @Superxwolf/JavascriptCorePP
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

JavaScriptCore++

JavaScriptCore++ - A simple C++ 17 wrapper for JavaScriptCore

Build the static library using cmake

How to use

View the example folder for example code

Value Lifetime

All classes in this library follow the RAII principle. JavaScriptCore values will be retain for the remainder of the object's lifetime.

When a class (ej. JSValue) is copied, it will keep the same reference to the underlying JavaScriptCore value

All values also store their JSContext, so they can be used elsewhere without mantaining the JSContext around.

View on GitHub
GitHub Stars14
CategoryDevelopment
Updated11mo ago
Forks2

Languages

C

Security Score

87/100

Audited on Apr 17, 2025

No findings