Stefan Siegl
|
2e5a565237
Remove (meanwhile) unreferenced local variables
|
hace 9 años |
Stefan Siegl
|
8287a19c8d
Remove conditional compilation of generator support
|
hace 9 años |
Stefan Siegl
|
e9e90bac65
Merge remote-tracking branch 'origin/master' into php7
|
hace 9 años |
Stefan Siegl
|
c804b16e4c
fix compiler warnings
|
hace 9 años |
Stefan Siegl
|
5595c3bbd7
Fix compilation with PHP 5.5
|
hace 9 años |
Stefan Siegl
|
93b1118fe8
Retain object identity on JS-side 'return this'
|
hace 9 años |
Stefan Siegl
|
38b9c053a1
Enable V8Generator support on V8 >= 3.30.0
|
hace 9 años |
Stefan Siegl
|
479d14b5b0
Handle exceptions thrown in JS generators well
|
hace 9 años |
Stefan Siegl
|
da64b9f055
Handle rewind on primed V8Generator
|
hace 9 años |
Stefan Siegl
|
e686603b89
Implement direct iteration on JS generators
|
hace 9 años |
Stefan Siegl
|
2c7a7ab87d
Implement PHP-side iteration of JS generator objects
|
hace 9 años |
Stefan Siegl
|
ef779d8250
minimalist V8 -> PHP generator passing
|
hace 9 años |
Stefan Siegl
|
98205461be
Reorder includes for Visual Studio 2015, closes #194
|
hace 9 años |
Stefan Siegl
|
a83c49266e
defer bailout until std::function dtor
|
hace 9 años |
Stefan Siegl
|
2d34adb91f
Merge remote-tracking branch 'origin/master'
|
hace 9 años |
Stefan Siegl
|
3c5508b956
Provide correct "this" on V8Object method invocation, closes #185
|
hace 9 años |
Stefan Siegl
|
227ad57163
prefer V8JS_ZSTR over V8JS_STRL(Z_STRVAL), refs #180
|
hace 9 años |
Stefan Siegl
|
059e0500fb
Merge remote-tracking branch 'origin/master' into php7
|
hace 9 años |
Matt Kynaston
|
a58f944804
Experiment to see if #172 is easy to fix
|
hace 9 años |
Stefan Siegl
|
5cba44ccd0
Merge remote-tracking branch 'origin/master' into php7
|
hace 9 años |
Stefan Siegl
|
cfb1756fd7
PHP7 adapt: fix double free
|
hace 9 años |
Stefan Siegl
|
31bafd052d
c->properties is NULL anyways (due to ecalloc)
|
hace 9 años |
Stefan Siegl
|
a0f3c2302c
PHP7 adapt: initialize c->std.handlers as needed
|
hace 9 años |
Stefan Siegl
|
5477d780a3
PHP7 adapt v8js_v8object_class.cc
|
hace 9 años |
Stefan Siegl
|
ae33f6a9ab
Re-use v8js_ctx context for V8Function calls, closes #158
|
hace 9 años |
Stefan Siegl
|
45f7e18624
Remove conditional compilation for PHP_VERSION_ID < 7.0.0
|
hace 9 años |
Stefan Siegl
|
3726d233b8
return SUCCESS from PHP_MINIT_FUNCTION
|
hace 10 años |
Stefan Siegl
|
7b926a3d06
ForceDelete was removed, use normal Delete
|
hace 10 años |
Stefan Siegl
|
294a5c8d1f
php_v8js_create_v8 -> v8js_v8object_create
|
hace 10 años |
Stefan Siegl
|
2954de2db5
Remove php_ prefix to struct & type names
|
hace 10 años |