Script: ``` var arr = [1,2,3,4,5]; arr.push(10); arr.push("HELLO"); ```
Using d8.cc with v8 compiled with coverage tracking I can see that the following functions are not hit when executing the above script. https://github.com/v8/v8/blob/master/src/builtins/builtins-array.cc#L299 https://github.com/v8/v8/blob/master/src/builtins/builtins-array.cc#L365 Where is array.push executed if it isn't these functions within v8/src/builtins/builtins-array.cc? -- -- v8-users mailing list v8-users@googlegroups.com http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to v8-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/v8-users/8c3b9e2b-9fba-4533-80af-6cbfb92fbfc1%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.