Commit History

作者 SHA1 備註 提交日期
  Stefan Siegl 479d14b5b0 Handle exceptions thrown in JS generators well 10 年之前
  Stefan Siegl da64b9f055 Handle rewind on primed V8Generator 10 年之前
  Stefan Siegl e686603b89 Implement direct iteration on JS generators 10 年之前
  Stefan Siegl 2c7a7ab87d Implement PHP-side iteration of JS generator objects 10 年之前
  Stefan Siegl ef779d8250 minimalist V8 -> PHP generator passing 10 年之前
  Stefan Siegl 98205461be Reorder includes for Visual Studio 2015, closes #194 10 年之前
  Stefan Siegl a83c49266e defer bailout until std::function dtor 10 年之前
  Stefan Siegl 2d34adb91f Merge remote-tracking branch 'origin/master' 10 年之前
  Stefan Siegl 3c5508b956 Provide correct "this" on V8Object method invocation, closes #185 10 年之前
  Stefan Siegl 227ad57163 prefer V8JS_ZSTR over V8JS_STRL(Z_STRVAL), refs #180 10 年之前
  Stefan Siegl 059e0500fb Merge remote-tracking branch 'origin/master' into php7 10 年之前
  Matt Kynaston a58f944804 Experiment to see if #172 is easy to fix 10 年之前
  Stefan Siegl 5cba44ccd0 Merge remote-tracking branch 'origin/master' into php7 10 年之前
  Stefan Siegl cfb1756fd7 PHP7 adapt: fix double free 10 年之前
  Stefan Siegl 31bafd052d c->properties is NULL anyways (due to ecalloc) 10 年之前
  Stefan Siegl a0f3c2302c PHP7 adapt: initialize c->std.handlers as needed 10 年之前
  Stefan Siegl 5477d780a3 PHP7 adapt v8js_v8object_class.cc 10 年之前
  Stefan Siegl ae33f6a9ab Re-use v8js_ctx context for V8Function calls, closes #158 10 年之前
  Stefan Siegl 45f7e18624 Remove conditional compilation for PHP_VERSION_ID < 7.0.0 10 年之前
  Stefan Siegl 3726d233b8 return SUCCESS from PHP_MINIT_FUNCTION 10 年之前
  Stefan Siegl 7b926a3d06 ForceDelete was removed, use normal Delete 10 年之前
  Stefan Siegl 294a5c8d1f php_v8js_create_v8 -> v8js_v8object_create 11 年之前
  Stefan Siegl 2954de2db5 Remove php_ prefix to struct & type names 11 年之前
  Stefan Siegl d269809d8b Move types from php_v8js_macros.h to new headers 11 年之前
  Stefan Siegl 6869d318b3 Rename V8Object stuff to v8js_v8object_XXX 11 年之前
  Stefan Siegl f987cc7b4c Rename php_v8js_objects -> v8js_v8objects 11 年之前
  Stefan Siegl 5ea36016fe code cleanup, part 1 11 年之前