views:

21

answers:

0

I am embeding SpiderMonkey (mozila javascript) interpreter/engine in my C/C++ application. i programatically loading a javascript script and want to test (from my C/C++ code) if a certain function exist/defined in this script.

is there a way to do that ? maybe a way to list all functions in a given script ?

Tnx, Vertilka