Changes

Jump to: navigation, search

JavaScript:New to SpiderMonkey

46 bytes added, 16:17, 11 October 2016
Coding Style: virtual functions are ok for random stuff, which isn't in the JS heap
=== Coding Style ===
For many years, SpiderMonkey was written in C, and is gradually moving to C++. We still avoid many features such as run-time type information and exceptions, and generally avoid virtual functionsfor core data, but have come around to the glory of templates and namespaces relatively recently. Read the [[JavaScript:SpiderMonkey:C++ Coding Style|Coding Style]]. Do NOT read the portability guidelines, which I will not link to, since they are very out of date.
=== Workflow ===
Confirm
328
edits

Navigation menu