0
I was studying a little bit about functions and I wonder if it is possible to search the declaration of an internal function in javascript as well as I can do in internal objects.
0
I was studying a little bit about functions and I wonder if it is possible to search the declaration of an internal function in javascript as well as I can do in internal objects.
Browser other questions tagged javascript function
You are not signed in. Login or sign up in order to post.
Your question seems to have some problems and your experience here in Stack Overflow may not be the best because of this. We want you to do well here and get what you want, but for that we need you to do your part. Here are some guidelines that will help you: Stack Overflow Survival Guide in English.
– Augusto Vasques
If I understood, yes, but not as you think. If you want to see the code snippet that defines a function (for example, the
setInteval
), that is, what is executed when such a function is called, needs to look for the source code of the implementation of a Javascript engine, the Chromer is the V8– Costamilam