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