Stefan Siegl
|
c804b16e4c
fix compiler warnings
|
9 years ago |
Stefan Siegl
|
12903ca269
add V8Js::setAverageObjectSize method
|
9 years ago |
Stefan Siegl
|
930b450d99
refcount on snapshot_blob zval
|
9 years ago |
Stefan Siegl
|
8e3e0c91b5
Add ZEND_ARG_INFO for V8Js::__construct 5th arg: snapshot_blob
|
9 years ago |
Stefan Siegl
|
d0e78019aa
Allow snapshot creation & use with V8 > 4.3.7
|
9 years ago |
Stefan Siegl
|
a1cdd7537b
Fix conditional compilation for snapshot=off
|
9 years ago |
Stefan Siegl
|
2c8ef2aa66
conditionally compile in snapshot functionality
|
9 years ago |
Stefan Siegl
|
b405a34690
Allow to create snapshots and re-use them
|
9 years ago |
Stefan Siegl
|
d438624a3d
Don't export V8Js methods even if overwritten
|
9 years ago |
Stefan Siegl
|
1e86e2c9f7
Don't export methods of V8Js object to V8
|
9 years ago |
Stefan Siegl
|
3508f0c8e7
export public methods of classes derived from \V8Js, closes #183
|
9 years ago |
Stefan Siegl
|
67a9de01bd
Allow custom module normalisation
|
9 years ago |
Stefan Siegl
|
b38c31b521
Remove v8::Debug agent stuff
|
9 years ago |
Stefan Siegl
|
74440ed9f7
Move V8JSG extensions and v8_flags to process globals
|
9 years ago |
Stefan Siegl
|
83f51e5021
Merge pull request #156 from stesie/php-exception-behaviour
|
9 years ago |
Stefan Siegl
|
71f4b7ba05
Cache pseudo-Array FunctionTemplate as well
|
9 years ago |
Stefan Siegl
|
78dd0a9ff0
Cache v8::FunctionTemplates created by v8js_named_property_callback
|
9 years ago |
Stefan Siegl
|
f7c33539c2
Improve PHP->JS->PHP exception back propagation
|
9 years ago |
Stefan Siegl
|
462eb623b3
Allow PHP exception to JS propagation
|
9 years ago |
Stefan Siegl
|
829bac9ddc
Merge pull request #150 from stesie/issue-140
|
9 years ago |
Stefan Siegl
|
0deb7d1802
Track list of valid script object in ctx
|
9 years ago |
Stefan Siegl
|
cb7a1b8d6a
Dispose persisted v8::Script object on resource dtor (memory leak)
|
9 years ago |
Stefan Siegl
|
1f56c8e43c
Don't only run dtor, really delete the object
|
9 years ago |
Stefan Siegl
|
dd4996cd56
delete v8::Extension instance on shutdown
|
9 years ago |
Stefan Siegl
|
3d89f0250d
Provide key compare function for modules_loaded
|
9 years ago |
Stefan Siegl
|
22e90d1c50
Call v8::V8::SetArrayBufferAllocator for v8 4.4.10 & higher
|
9 years ago |
Stefan Siegl
|
493e448bae
Provide ArrayBufferAllocator for v8 4.4.44 (and later)
|
9 years ago |
Stefan Siegl
|
e67f1f4c9c
Fix handling of failed context creation, closes #136
|
10 years ago |
Stefan Siegl
|
3726d233b8
return SUCCESS from PHP_MINIT_FUNCTION
|
10 years ago |
Stefan Siegl
|
90c3b9db5f
Fix debug build; move debug stuff into seperate files
|
10 years ago |