Searched refs:maybe_int32 (Results 1 – 1 of 1) sorted by relevance
143 v8::MaybeLocal<v8::Int32> maybe_int32 = pValue->ToInt32(context); in ToInt32() local144 if (maybe_int32.IsEmpty()) in ToInt32()146 return maybe_int32.ToLocalChecked()->Value(); in ToInt32()