0
0
mirror of https://github.com/phpv8/v8js.git synced 2025-03-12 01:48:45 +00:00
Stefan Siegl 3d89f0250d Provide key compare function for modules_loaded
Without the compare function std::map simply compares one
pointer to another.  However we need to compare the actual
strings.

Besides we must not efree normalised_module_id on return
of require method, since the pointer was added to
modules_loaded (and is valid until destruction of V8Js
class); instead it is now freed during V8Js object destruction.
2015-08-01 17:49:11 +02:00
..
2012-04-27 16:26:15 +00:00
2014-12-10 01:10:30 +01:00
2012-04-27 16:26:15 +00:00
2012-04-27 16:26:15 +00:00
2013-07-12 20:23:12 +02:00
2013-07-12 20:23:12 +02:00
2012-04-27 16:26:15 +00:00
2012-04-27 16:26:15 +00:00
2014-11-16 23:07:32 +01:00
2012-04-27 16:26:15 +00:00