Home
last modified time | relevance | path

Searched refs:kOnExecute (Results 1 - 3 of 3) sorted by relevance

/third_party/node/lib/
H A D_http_common.js49 const kOnExecute = HTTPParser.kOnExecute | 0;
235 parser[kOnExecute] = null;
H A D_http_server.js178 const kOnExecute = HTTPParser.kOnExecute | 0;
724 parser[kOnExecute] =
/third_party/node/src/
H A Dnode_http_parser.cc78 const uint32_t kOnExecute = 5; member
800 object()->Get(env()->context(), kOnExecute).ToLocalChecked();
1222 t->Set(FIXED_ONE_BYTE_STRING(env->isolate(), "kOnExecute"), in InitializeHttpParser()
1223 Integer::NewFromUnsigned(env->isolate(), kOnExecute)); in InitializeHttpParser()

Completed in 4 milliseconds