Stefan Siegl
|
829a98e064
Mention (new) exception behaviour in README
|
il y a 9 ans |
Stefan Siegl
|
b7dde1b1db
Handle thrown PHP objects, that are no exceptions
|
il y a 9 ans |
Stefan Siegl
|
f7c33539c2
Improve PHP->JS->PHP exception back propagation
|
il y a 9 ans |
Stefan Siegl
|
462eb623b3
Allow PHP exception to JS propagation
|
il y a 9 ans |
Stefan Siegl
|
f7a592052f
Store flags in v8js_ctx class instead of v8 hidden value
|
il y a 9 ans |
Stefan Siegl
|
187b97060f
Stop JS execution on PHP exceptions, refs #144
|
il y a 9 ans |
Stefan Siegl
|
e07ea80805
Update README.Linux.md common pitfalls
|
il y a 9 ans |
Stefan Siegl
|
94fb367b15
Merge pull request #154 from rosmo/libplatform-x64
|
il y a 10 ans |
Taneli Leppa
|
9f082a057b
Check lib64 dir for libplatform as well.
|
il y a 10 ans |
Stefan Siegl
|
35e5fbb1fc
Don't call V8::ShutdownPlatform for V8 < 3.29.36
|
il y a 10 ans |
Stefan Siegl
|
829bac9ddc
Merge pull request #150 from stesie/issue-140
|
il y a 10 ans |
Stefan Siegl
|
204cc0fa6a
Merge pull request #151 from stesie/mem-leaks-001
|
il y a 10 ans |
Stefan Siegl
|
0deb7d1802
Track list of valid script object in ctx
|
il y a 10 ans |
Stefan Siegl
|
cb7a1b8d6a
Dispose persisted v8::Script object on resource dtor (memory leak)
|
il y a 10 ans |
Stefan Siegl
|
1f56c8e43c
Don't only run dtor, really delete the object
|
il y a 10 ans |
Stefan Siegl
|
981f502303
ignore run-tests.php valgrind result files
|
il y a 10 ans |
Stefan Siegl
|
dd4996cd56
delete v8::Extension instance on shutdown
|
il y a 10 ans |
Stefan Siegl
|
4650273c90
Shutdown V8 on GSHUTDOWN
|
il y a 10 ans |
Stefan Siegl
|
5018192123
Move libplatform.h include farther down
|
il y a 10 ans |
Stefan Siegl
|
6bbe4d932b
remove useless zero-initializations (immediately overridden afterwards)
|
il y a 10 ans |
Stefan Siegl
|
441f7b7fab
v8js_commonjs_split_terms: use pointer comparison instead of strlen
|
il y a 10 ans |
Stefan Siegl
|
cedcac1318
skip useless estrdup/efree cycle
|
il y a 10 ans |
Stefan Siegl
|
f61c11f995
declare base & identifier const
|
il y a 10 ans |
Stefan Siegl
|
ea3ec4bd65
Fix commonjs memory leaks (and increase test coverage to 100%)
|
il y a 10 ans |
Stefan Siegl
|
bfc6b29989
Use emalloc/estrdup/efree in v8js_commonjs.cc + fix memory leak
|
il y a 10 ans |
Stefan Siegl
|
3324490a79
test issue_127_001.phpt doesn't depend on ext_json
|
il y a 10 ans |
Stefan Siegl
|
2ce7e420a7
Fix use-after-free on module reuse
|
il y a 10 ans |
Stefan Siegl
|
d8e239a756
test per isolate module cache seperation
|
il y a 10 ans |
Stefan Siegl
|
3d89f0250d
Provide key compare function for modules_loaded
|
il y a 10 ans |
Stefan Siegl
|
754d398ec9
Move v8js_commonjs.cc forward declarations in .h file
|
il y a 10 ans |