PythonMonkey   v1.0.0 (dev)
Loading...
Searching...
No Matches
JSStringProxy.cc File Reference

JSStringProxy is a custom C-implemented python type that derives from str. It acts as a proxy for JSStrings from Spidermonkey, and behaves like a str would. More...

Include dependency graph for JSStringProxy.cc:

Variables

std::unordered_set< JSStringProxy * > jsStringProxies
 
JSContext * GLOBAL_CX
 

Detailed Description

JSStringProxy is a custom C-implemented python type that derives from str. It acts as a proxy for JSStrings from Spidermonkey, and behaves like a str would.

Author
Caleb Aikens (caleb.nosp@m.@dis.nosp@m.tribu.nosp@m.tive.nosp@m..netw.nosp@m.ork) and Philippe Laporte (plapo.nosp@m.rte@.nosp@m.distr.nosp@m.ibut.nosp@m.ive.n.nosp@m.etwo.nosp@m.rk)
Date
2024-05-15

Variable Documentation

◆ GLOBAL_CX

JSContext* GLOBAL_CX
extern

pointer to PythonMonkey's JSContext

◆ jsStringProxies

std::unordered_set<JSStringProxy *> jsStringProxies