Skip to content Skip to sidebar Skip to footer
Showing posts with the label V8

How Do I Go Into Eval('debugger') Mode When Already Stopped At 'regular' Debugger Statement?

I recently started to swap out all my debugger statements with eval('debugger') statements.… Read more How Do I Go Into Eval('debugger') Mode When Already Stopped At 'regular' Debugger Statement?

Customized Stack Traces In Google Chrome Developer Tools?

I'm looking to customize the items that show up in the strack trace panel in the Scripts tab of… Read more Customized Stack Traces In Google Chrome Developer Tools?

Why The Prototype Can Be Retrieved But The __proto__ Is Undefined In Javascript?

Now I am learning JavaScript prototype and __proto__, and find several useful links __proto__ VS. p… Read more Why The Prototype Can Be Retrieved But The __proto__ Is Undefined In Javascript?

How Is Adding A New Class With Prototype Methods A Form Of V8 Optimization In Js?

I'm reading through Winston's code base and there was a comment in their DerivedLogger clas… Read more How Is Adding A New Class With Prototype Methods A Form Of V8 Optimization In Js?

Search Pattern Error Since Google Scripts V8 Update

Ever since google forced the update 'This project is running on our new Apps Script runtime pow… Read more Search Pattern Error Since Google Scripts V8 Update

If V8 Rehashes When An Object Grows

Say you have a change in an object that triggers a change in the size of the underlying array or da… Read more If V8 Rehashes When An Object Grows

Google Apps Script Does Not Fully Execute For Other Users After V8 Was Introduced

I wrote a script (with a lot of assistance from the good folks here) that copies a folder (and cont… Read more Google Apps Script Does Not Fully Execute For Other Users After V8 Was Introduced

Could Someone Help Describe The Two Types Of Array Storage In Javascript?

I'm reading this article about V8 on HTML5Rocks. The article is old but I understand almost no… Read more Could Someone Help Describe The Two Types Of Array Storage In Javascript?