good first bughelp wanted
Metriche repository
- Star
- (27.361 star)
- Metriche merge PR
- (Merge medio 19g 10h) (147 PR mergiate in 30 g)
Descrizione
The following IDL does not generate correct bindings:
interface CTest
{
void CTest();
void OnStartElement([Const] DOMString pszName, [Const] DOMString[] papszAttrs);
};
[JSImplementation = "CTest"]
interface CTestJS {
void CTestJS();
void OnStartElement([Const] DOMString pszName, [Const] DOMString[] papszAttrs);
};
Specifically both pszName + papszAttrs end up in the JS code as pointers.