v8js_generator_export.h 1.0 KB

12345678910111213141516171819202122232425262728
  1. /*
  2. +----------------------------------------------------------------------+
  3. | PHP Version 7 |
  4. +----------------------------------------------------------------------+
  5. | Copyright (c) 2016 The PHP Group |
  6. +----------------------------------------------------------------------+
  7. | http://www.opensource.org/licenses/mit-license.php MIT License |
  8. +----------------------------------------------------------------------+
  9. | Author: Stefan Siegl <[email protected]> |
  10. +----------------------------------------------------------------------+
  11. */
  12. #ifndef V8JS_GENERATOR_EXPORT_H
  13. #define V8JS_GENERATOR_EXPORT_H
  14. v8::Local<v8::Value> v8js_wrap_generator(v8::Isolate *isolate, v8::Local<v8::Value> wrapped_object);
  15. #endif /* V8JS_GENERATOR_EXPORT_H */
  16. /*
  17. * Local variables:
  18. * mode: c++
  19. * tab-width: 4
  20. * c-basic-offset: 4
  21. * End:
  22. * vim600: noet sw=4 ts=4 fdm=marker
  23. * vim<600: noet sw=4 ts=4
  24. */