#include <jsapi.h>
#include <Python.h>
Go to the source code of this file.
- Author
- Tom Tang (xmade.nosp@m.r@di.nosp@m.strib.nosp@m.utiv.nosp@m.e.net.nosp@m.work)
- Date
- 2023-05-16
- Copyright
- Copyright (c) 2023 Distributive Corp.
◆ createInternalBinding()
JSFunction * createInternalBinding |
( |
JSContext * |
cx | ) |
|
Create the JS internalBinding
function.
◆ createInternalBindingsForNamespace()
JSObject * createInternalBindingsForNamespace |
( |
JSContext * |
cx, |
|
|
JSFunctionSpec * |
methodSpecs |
|
) |
| |
◆ getInternalBindingPyFn()
PyObject * getInternalBindingPyFn |
( |
JSContext * |
cx | ) |
|
◆ getInternalBindingsByNamespace()
JSObject * getInternalBindingsByNamespace |
( |
JSContext * |
cx, |
|
|
JSLinearString * |
namespaceStr |
|
) |
| |