Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcjs_v8.cpp147 v8::MaybeLocal<v8::Int32> maybe_int32 = pValue->ToInt32(context); in ToInt32() local
148 if (maybe_int32.IsEmpty()) in ToInt32()
150 return maybe_int32.ToLocalChecked()->Value(); in ToInt32()