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 ec65cd1 commit 90b54b6Copy full SHA for 90b54b6
src/StrType.cc
@@ -95,7 +95,7 @@ static PyObject *asUCS4(PyObject *pyString) {
95
return ret;
96
}
97
98
-PyObject *StrType::proxyfiString(JSContext *cx, JS::HandleValue strVal) {
+PyObject *StrType::proxifyString(JSContext *cx, JS::HandleValue strVal) {
99
JS::RootedString str(cx, strVal.toString());
100
JSLinearString *lstr = JS_EnsureLinearString(cx, str);
101
JS::AutoCheckCannotGC nogc;
0 commit comments