electron/native_mate
Cheng Zhao ea07d4c6c8 Leak Wrappable's template
Since it is declared as static variable it will be released
automatically when process exits, which causes crashes in
renderer process because the template will then be released
later than V8 is closed.

This commit simply leaks the template so the crash won't happen,
this leak should be fine since leaking resource on exit is not
a bad thing.
2016-05-10 16:07:04 +09:00
..
arguments.cc Improve error message for type error 2016-02-02 10:10:59 +08:00
arguments.h basic_types.h => macros.h 2016-03-07 20:36:14 -08:00
compat.h Use Local instead of Handle 2015-05-22 19:11:02 +08:00
constructor.h Make Wrappable a template class 2016-04-25 10:17:39 +09:00
constructor.h.pump Make Wrappable a template class 2016-04-25 10:17:39 +09:00
converter.cc Allow converting Array 2015-06-10 11:14:42 +08:00
converter.h Fix converter for std::set 2015-12-11 21:13:33 +08:00
dictionary.cc Don't convert Function to Dictionary 2015-08-12 21:31:45 +08:00
dictionary.h use v8::private symbols as identifiers for object properties 2016-03-24 01:32:08 +05:30
function_template.cc Use Local instead of Handle 2015-05-22 19:11:02 +08:00
function_template.h Make Wrappable a template class 2016-04-25 10:17:39 +09:00
handle.h Make Wrappable a template class 2016-04-25 10:17:39 +09:00
object_template_builder.cc isDestroy => isDestroyed 2015-12-04 19:23:13 +08:00
object_template_builder.h Do not manually destroy native resources 2015-12-03 15:38:14 +08:00
persistent_dictionary.cc Use Local instead of Handle 2015-05-22 19:11:02 +08:00
persistent_dictionary.h Use Local instead of Handle 2015-05-22 19:11:02 +08:00
scoped_persistent.h Use Local instead of Handle 2015-05-22 19:11:02 +08:00
template_util.h Do not rely on latest base/template_util. 2014-04-15 11:15:19 +08:00
try_catch.cc Use Local instead of Handle 2015-05-22 19:11:02 +08:00
try_catch.h basic_types.h => macros.h 2016-03-07 20:36:14 -08:00
wrappable.cc Make Wrappable a template class 2016-04-25 10:17:39 +09:00
wrappable.h Leak Wrappable's template 2016-05-10 16:07:04 +09:00