Searched refs:httpBodyStreamObject (Results 1 – 1 of 1) sorted by relevance
290 napi_value httpBodyStreamObject; in JS_HttpBodyStream() local295 NAPI_CALL(env, napi_create_object(env, &httpBodyStreamObject)); in JS_HttpBodyStream()297 env, httpBodyStreamObject, stream, in JS_HttpBodyStream()303 NapiWebHttpBodyStream::DefineProperties(env, &httpBodyStreamObject); in JS_HttpBodyStream()304 return httpBodyStreamObject; in JS_HttpBodyStream()