what functions will be called in v8 source code when run the following JavaScript code:
<code>var x = new Number(1);
</code>
<code>var x = new Number(1);
</code>
var x = new Number(1);
In which files are these functions?
I want to trace or debug the V8 engine source code. When execute or interpret JavaScript code, what functions in these source code will be called.