Home
last modified time | relevance | path

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

/third_party/node/src/
Dspawn_sync.cc785 Local<Value> js_uid = in ParseOptions() local
787 if (IsSet(js_uid)) { in ParseOptions()
788 CHECK(js_uid->IsInt32()); in ParseOptions()
789 const int32_t uid = js_uid.As<Int32>()->Value(); in ParseOptions()