mirror of
https://github.com/electron/electron.git
synced 2026-01-27 00:09:09 -05:00
It's not necessary to create HandleScope in v8 native binding functions, because it's guarrenteed that the there is a upper HandleScope when the native function is called. So unless we are urgent to free the handles, not using HandleScope in native binding functions is a cleaner and safer choice.
5.5 KiB
5.5 KiB