Check your own code

Is there any way I can learn my own code in Javascript? I want to see what the Function () class is in it.

+8
javascript
May 20 '10 at 10:27
source share
2 answers

You can view the source code of an open source browser such as Firefox.

+1
May 20 '10 at 10:29
source share

I always wanted to do it myself. On the side of the note, here's how to view the assembler code generated by the V8 JS engine for Chromium (I haven't tried it yet): How can I see the machine code generated by v8?

+2
Aug 08 2018-12-12T00:
source share



All Articles