Cheng Zhao 5250871e69 Remove unneeded HandleScopes.
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.
2014-01-27 15:01:06 +08:00
2014-01-14 01:34:07 -08:00
2014-01-27 15:01:06 +08:00
2014-01-27 15:01:06 +08:00
2014-01-16 10:31:59 +08:00
2014-01-21 20:25:01 +08:00
2014-01-14 16:04:47 +08:00
2013-12-25 18:47:19 +08:00
2014-01-21 20:34:35 +08:00
2013-04-12 10:14:23 +08:00
2014-01-14 01:34:07 -08:00
2013-12-04 09:09:30 -08:00

Atom Shell

Native layer for the Atom editor.

Features

  • Write desktop applications with web techniques
  • Support built-in and third-party modules of node.js
  • Support native node.js modules
  • Extended built-in modules for desktop programming
  • JavaScript on browser side
  • Easy API for cross-process communication

Usage & Development

See the docs here.

License

See the LICENSE file.

Description
No description provided
Readme MIT 332 MiB
Languages
C++ 56.7%
TypeScript 32.6%
Objective-C++ 5.6%
JavaScript 2.2%
Python 1.7%
Other 1.1%