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

In Javascript V8 Does Compilation Phase Happen To Functions Before Execution Phase Then All The Code Is Executed Or Only For Global Context

I read many articles saying that compilation(creation) phase happens first to the global execution … Read more In Javascript V8 Does Compilation Phase Happen To Functions Before Execution Phase Then All The Code Is Executed Or Only For Global Context

Why Does V8 Uses Pointer Tagging And Not Nan Boxing?

I'm learning V8 internals now. I learned that V8 uses pointer tagging for value storing, but wo… Read more Why Does V8 Uses Pointer Tagging And Not Nan Boxing?

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

How Can I Include Another Js File File In Today's V8?

I find an old anwser and later updates here, but it is hard for me to adapt this code to the latest… Read more How Can I Include Another Js File File In Today's V8?

What Is In Object.__proto__?

In Google Chrom's javascript, objects have a property named __proto__ that points to their prot… Read more What Is In Object.__proto__?

What Is The Exact Handling Of The Nodejs Event Loop?

I know that NodeJS Event Loop collects Tasks from Event Queue and transfers control to the callback… Read more What Is The Exact Handling Of The Nodejs Event Loop?