Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
処理スレッドを持つ node.js 拡張機能を作成しています。いくつかの値を設定してから、処理ループ内で JavaScript コールバックを呼び出す必要があります。
処理中に String::New または Number::New を呼び出すと、割り当てが発生し、アプリケーションがクラッシュします。Number::New のようなものを使用して割り当てを行わずにハンドルの値を設定することは可能ですか?