Home
last modified time | relevance | path

Searched refs:ReadStopJS (Results 1 – 2 of 2) sorted by relevance

/third_party/node/src/
Dstream_base.cc56 int StreamBase::ReadStopJS(const FunctionCallbackInfo<Value>& args) { in ReadStopJS() function in node::StreamBase
399 env->SetProtoMethod(t, "readStop", JSMethod<&StreamBase::ReadStopJS>); in AddMethods()
Dstream_base.h366 int ReadStopJS(const v8::FunctionCallbackInfo<v8::Value>& args);