mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04: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.
3.7 KiB
3.7 KiB