We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab25459 commit ec65cd1Copy full SHA for ec65cd1
include/StrType.hh
@@ -38,7 +38,7 @@ public:
38
39
static const char *getValue(JSContext *cx, JS::HandleValue str);
40
41
- static PyObject *proxyfiString(JSContext *cx, JS::HandleValue str);
+ static PyObject *proxifyString(JSContext *cx, JS::HandleValue str);
42
};
43
44
#endif
0 commit comments