Searched refs:ReadStartJS (Results 1 – 2 of 2) sorted by relevance
150 int StreamBase::ReadStartJS(const FunctionCallbackInfo<Value>& args) { in ReadStartJS() function in node::StreamBase526 SetProtoMethod(isolate, t, "readStart", JSMethod<&StreamBase::ReadStartJS>); in AddMethods()564 registry->Register(JSMethod<&StreamBase::ReadStartJS>); in RegisterExternalReferences()
379 int ReadStartJS(const v8::FunctionCallbackInfo<v8::Value>& args);