1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 20, 2023 — May 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Allow PHP exception to JS propagation More... over 8 years ago
Store flags in v8js_ctx class instead of v8 hidden value More... over 8 years ago
Stop JS execution on PHP exceptions, refs #144 More... over 8 years ago
Update README.Linux.md common pitfalls More... almost 9 years ago
Merge pull request #154 from rosmo/libplatform-x64 More... almost 9 years ago
Check lib64 dir for libplatform as well. More... almost 9 years ago
Don't call V8::ShutdownPlatform for V8 < 3.29.36 More... almost 9 years ago
Merge pull request #150 from stesie/issue-140 More... almost 9 years ago
Merge pull request #151 from stesie/mem-leaks-001 More... almost 9 years ago
Track list of valid script object in ctx More... almost 9 years ago
Dispose persisted v8::Script object on resource dtor (memory leak) More... almost 9 years ago
Don't only run dtor, really delete the object More... almost 9 years ago
ignore run-tests.php valgrind result files More... almost 9 years ago
delete v8::Extension instance on shutdown More... almost 9 years ago
Shutdown V8 on GSHUTDOWN More... almost 9 years ago
Move libplatform.h include farther down More... almost 9 years ago
remove useless zero-initializations (immediately overridden afterwards) More... almost 9 years ago
v8js_commonjs_split_terms: use pointer comparison instead of strlen More... almost 9 years ago
skip useless estrdup/efree cycle More... almost 9 years ago
declare base & identifier const More... almost 9 years ago
Fix commonjs memory leaks (and increase test coverage to 100%) More... almost 9 years ago
Use emalloc/estrdup/efree in v8js_commonjs.cc + fix memory leak More... almost 9 years ago
test issue_127_001.phpt doesn't depend on ext_json More... almost 9 years ago
Fix use-after-free on module reuse More... almost 9 years ago
test per isolate module cache seperation More... almost 9 years ago
Provide key compare function for modules_loaded More... almost 9 years ago
Move v8js_commonjs.cc forward declarations in .h file More... almost 9 years ago
Bump version to 0.2.1 More... almost 9 years ago
Remove stray V8JS_DEBUG define More... almost 9 years ago
auto-add CXXFLAG -Wno-c++11-narrowing if possible More... almost 9 years ago