Re: JS::CallArgs - Arguments are not being parsed in C++
[email protected] Thu, 30 Apr 2020 21:05:02 -0700 (PDT)
| Newsgroups | gmane.comp.mozilla.devel.jseng |
|---|---|
| Message-ID | <[email protected]> |
James, I tried that but my argument does not pass isString check.Further diagnosis pointed to me that isNumber evaluation becomes true.So argument is coming as Number.This is even more crazier that passed argument is a String value.Although if I change number of arguments then count comes correct but data type is completely incorrect.Getting out of ideas here.