Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stream_base: remove static JSMethod declarations #957

Closed
wants to merge 1 commit into from

Commits on Feb 25, 2015

  1. stream_base: remove static JSMethod declarations

    Move JS methods to the stream_base-inl.h and thus define them on each
    use of `StreamBase::AddMethods`. Inline `AddMethods` itself, so that
    there won't be any need in a static declaration in stream_base.cc.
    
    NOTE: This basically allows using this API in user-land, though, some
    polishing is required before releasing it.
    indutny committed Feb 25, 2015
    Configuration menu
    Copy the full SHA
    fe0d9d7 View commit details
    Browse the repository at this point in the history