Commit History

Author SHA1 Message Date
  Stefan Siegl 2c8ef2aa66 conditionally compile in snapshot functionality 9 years ago
  Stefan Siegl 39062b4248 Test for snapshot support in V8 9 years ago
  Stefan Siegl b405a34690 Allow to create snapshots and re-use them 9 years ago
  Stefan Siegl 82ffaa2c35 Merge pull request #202 from stesie/issue-183 10 years ago
  Stefan Siegl 3808f69dea Adapt tests V8 3.24 also 10 years ago
  Stefan Siegl 796ae85cb6 Adapt tests to different V8 versions 10 years ago
  Stefan Siegl 4a8a8b812f Add test that V8Js::__sleep and V8Js::__wakeup are final 10 years ago
  Stefan Siegl d438624a3d Don't export V8Js methods even if overwritten 10 years ago
  Stefan Siegl 1e86e2c9f7 Don't export methods of V8Js object to V8 10 years ago
  Stefan Siegl b4b6a8a1a3 Merge pull request #201 from stesie/generator-php-to-v8 10 years ago
  Stefan Siegl e2636b2e71 Skip Generator export tests if not supported 10 years ago
  Stefan Siegl 89399fa961 Disable generator export for V8 < 3.30 (not supported) 10 years ago
  Stefan Siegl 80575beecc Don't create v8::HandleScope in v8js_wrap_generator 10 years ago
  Stefan Siegl 53b8ac759f Merge pull request #200 from stesie/generator-passing 10 years ago
  Stefan Siegl dbe29d7e96 Add more tests on exported (PHP) Generator objects 10 years ago
  Stefan Siegl a18ae9e853 Implement JS-side wrapper around PHP Generator objects 10 years ago
  Stefan Siegl e0f990bfa1 Add test with private/protected methods, refs #183 10 years ago
  Stefan Siegl 3508f0c8e7 export public methods of classes derived from \V8Js, closes #183 10 years ago
  Stefan Siegl 1dfddbe060 Bump version to 1.1.0 10 years ago
  Stefan Siegl 701f473ba9 Merge remote-tracking branch 'origin/master' into php7 10 years ago
  Stefan Siegl bd442beffd Bump version to 0.4.1 10 years ago
  Stefan Siegl 38b9c053a1 Enable V8Generator support on V8 >= 3.30.0 10 years ago
  Stefan Siegl a4b4934361 Relax EXPECTF, some V8 versions fail to provide the error location 10 years ago
  Stefan Siegl c500d0c21e Add test on property passing on generators 10 years ago
  Stefan Siegl 798a87e481 Add test on fatal errors within JS generators 10 years ago
  Stefan Siegl 46fba810af Add test on PHP exceptions thrown by JS generators 10 years ago
  Stefan Siegl 479d14b5b0 Handle exceptions thrown in JS generators well 10 years ago
  Stefan Siegl 6fa6f9316e Test yield from JS generators 10 years ago
  Stefan Siegl f97a25b69c Test & implement PHP-side instantiation of JS generators 10 years ago
  Stefan Siegl da64b9f055 Handle rewind on primed V8Generator 10 years ago