Home
last modified time | relevance | path

Searched refs:kOnExecute (Results 1 – 6 of 6) sorted by relevance

/third_party/node/lib/
D_http_common.js49 const kOnExecute = HTTPParser.kOnExecute | 0; constant
235 parser[kOnExecute] = null;
D_http_server.js178 const kOnExecute = HTTPParser.kOnExecute | 0; constant
724 parser[kOnExecute] =
/third_party/node/typings/internalBinding/
Dhttp_parser.d.ts14 static kOnExecute: 5; property in InternalHttpParserBinding.HTTPParser
/third_party/node/test/parallel/
Dtest-http-parser-timeout-reset.js36 parser[HTTPParser.kOnExecute] = common.mustCallAtLeast(3);
/third_party/node/src/
Dnode_http_parser.cc78 const uint32_t kOnExecute = 5; variable
800 object()->Get(env()->context(), kOnExecute).ToLocalChecked(); in OnStreamRead()
1223 Integer::NewFromUnsigned(env->isolate(), kOnExecute)); in InitializeHttpParser()
/third_party/node/doc/changelogs/
DCHANGELOG_V4.md3262 …ejs/node/commit/bc9f629387)] - **http\_parser**: do not dealloc during kOnExecute (Fedor Indutny) …