Home
last modified time | relevance | path

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

/third_party/node/src/
Dstream_base.h31 using JSMethodFunction = void(const v8::FunctionCallbackInfo<v8::Value>& args); variable
402 JSMethodFunction* stream_method,
Dstream_base.cc374 JSMethodFunction* stream_method, in AddMethod()