BunがどのようにV8 APIをJSC上に実装しているかについて。 C++のポインタ、レイアウトの互換性のレイヤー、V8とJSCの値の表現の違い、NaNボクシング、GC、メモリレイアウトについて

efclefcl のブックマーク 2024/10/04 08:55

その他

このブックマークにはスターがありません。
最初のスターをつけてみよう!

How Bun supports V8 APIs without using V8 (part 1) | Bun Blog

    void multiply(const FunctionCallbackInfo<Value>& info) { Isolate* isolate = info.GetIsolate(); if (info.Length() != 2) { return; } Local<Value> arg1 = info[0]; Local<Value> arg2 = info[1]; if (!arg...

    \ コメントが サクサク読める アプリです /

    • App Storeからダウンロード
    • Google Playで手に入れよう