robertkrimen / otto

A JavaScript interpreter in Go (golang)
http://godoc.org/github.com/robertkrimen/otto
MIT License
8.01k stars 584 forks source link

Retreive function name from otto.FunctionCall #200

Open matwachich opened 8 years ago

matwachich commented 8 years ago

Hello! It would be nice to have the possibility te get the current function name from an otto.FunctionCall struct. Thanks

stevenh commented 1 year ago

Happy to accept a PR.