PythonMonkey: src/JSArrayProxy.cc File Reference
Loading...
Searching...
No Matches
JSArrayProxy is a custom C-implemented python type that derives from list. It acts as a proxy for JSArrays from Spidermonkey, and behaves like a list would. More...
Macros | |
| #define | b ((PyListObject *)v) |
JSArrayProxy is a custom C-implemented python type that derives from list. It acts as a proxy for JSArrays from Spidermonkey, and behaves like a list would.
- Author
- Philippe Laporte (phili.nosp@m.ppe@.nosp@m.distr.nosp@m.ibut.nosp@m.ive.n.nosp@m.etwo.nosp@m.rk)
- Date
- 2023-11-22
- Copyright
- Copyright (c) 2023-2024 Distributive Corp.
◆ b
#define b ((PyListObject *)v)