Is it possible to see the declaration of an internal js function? eg: setInteval()

Asked

Viewed 33 times

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.

  • 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.

  • 2

    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

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.