Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
KonkeyDong69
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
by
KonkeyDong69
7y ago
In addition to what the other replies said, feel free to eyeball the code required to embed SpiderMonkey in Firefox at https://github.com/mozilla/gecko-dev/tree/master/dom/binding... . It's rat
2.
▲
by
KonkeyDong69
7y ago
Hey. Clicked the link. Watched the video. It appears, that you were not laughed at.
3.
▲
by
KonkeyDong69
9y ago
I would caution against using this pattern. In particular, this does not scale to: class A {}; class B : public A {}; class C : public B {}; Using the convention of defining `base_type` in the base class means that C will