Searched refs:kOnExecute (Results 1 – 6 of 6) sorted by relevance
49 const kOnExecute = HTTPParser.kOnExecute | 0; constant235 parser[kOnExecute] = null;
178 const kOnExecute = HTTPParser.kOnExecute | 0; constant724 parser[kOnExecute] =
14 static kOnExecute: 5; property in InternalHttpParserBinding.HTTPParser
36 parser[HTTPParser.kOnExecute] = common.mustCallAtLeast(3);
78 const uint32_t kOnExecute = 5; variable800 object()->Get(env()->context(), kOnExecute).ToLocalChecked(); in OnStreamRead()1223 Integer::NewFromUnsigned(env->isolate(), kOnExecute)); in InitializeHttpParser()
3262 …ejs/node/commit/bc9f629387)] - **http\_parser**: do not dealloc during kOnExecute (Fedor Indutny) …