Searched refs:js_uid (Results 1 – 1 of 1) sorted by relevance
785 Local<Value> js_uid = in ParseOptions() local787 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()