Stefan Siegl
|
6bbe4d932b
|
remove useless zero-initializations (immediately overridden afterwards)
|
2015-08-01 19:58:44 +02:00 |
|
Stefan Siegl
|
441f7b7fab
|
v8js_commonjs_split_terms: use pointer comparison instead of strlen
The strlen usage on term obviously was wrong here, since the term
string is not null-terminated at that place.
|
2015-08-01 19:54:23 +02:00 |
|
Stefan Siegl
|
f61c11f995
|
declare base & identifier const
|
2015-08-01 19:41:50 +02:00 |
|
Stefan Siegl
|
ea3ec4bd65
|
Fix commonjs memory leaks (and increase test coverage to 100%)
|
2015-08-01 19:30:55 +02:00 |
|
Stefan Siegl
|
bfc6b29989
|
Use emalloc/estrdup/efree in v8js_commonjs.cc + fix memory leak
|
2015-08-01 19:07:45 +02:00 |
|
Stefan Siegl
|
754d398ec9
|
Move v8js_commonjs.cc forward declarations in .h file
|
2015-08-01 17:09:48 +02:00 |
|
Stefan Siegl
|
5b4aaa64f1
|
More php_v8js_ prefix cleanup
|
2014-12-13 01:37:25 +01:00 |
|
Patrick Reilly
|
dc1475a3ad
|
updated package for beta release and switch license to MIT
|
2013-09-28 10:17:33 -07:00 |
|
Simon Best
|
8ae7606338
|
Refactor CommonJS modules functionality to store state in the extension globals and context as appropriate.
|
2013-04-13 00:00:27 +01:00 |
|