Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcfx_v8.cpp143 v8::MaybeLocal<v8::Int32> maybe_int32 = pValue->ToInt32(context); in ToInt32() local
144 if (maybe_int32.IsEmpty()) in ToInt32()
146 return maybe_int32.ToLocalChecked()->Value(); in ToInt32()