No enough entries in JS plugin vtable

Hi,

I’m getting this informational message in the console on launch and was wondering if anyone had a clue on what it might mean.

(6) No enough entries in JS plugin vtable

It’s not anything wrong with Corona because other projects don’t show it. But this is on a pretty large JS project and I am having a hard time hunting down the reason. Just looking for any clues.

Thanks in advance.

-dev

JS plugin can expose limited amount of functions to Lua. In next daily build it will be increased up to 50.

No limitation for nested objects and functions. The limitation is related to the 1st level functions only.

Hi,

Aha, makes perfect sense now. I was commenting out functions and then it would work at a certain point.

Thank you!

-dev

JS plugin can expose limited amount of functions to Lua. In next daily build it will be increased up to 50.

No limitation for nested objects and functions. The limitation is related to the 1st level functions only.

Hi,

Aha, makes perfect sense now. I was commenting out functions and then it would work at a certain point.

Thank you!

-dev