You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
If I got a non-ASCII method name in my target object, how do I invoke
it in my C++ code? JS_CallFunctionName only takes a const char *name
argument. Is there some corresponding UC version that takes a const
jschar*?
Wes Garland
unread,
Feb 23, 2012, 12:20:31 PM2/23/12
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Masquerade, dev-tech-...@lists.mozilla.org
That's a really interesting question.
What happens if you run your embedding in JS_CStringsAreUTF8() mode, and
you try to invoke it by it's name encoded in UTF8?
(I don't know if that's the right way or even if it will work, just
throwing out the idea)