Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcjs_global.cpp28 v8::String::Utf8Value utf8_value(pIsolate, property); in PropFromV8Prop() local
29 return WideString::FromUTF8(ByteStringView(*utf8_value, utf8_value.length())); in PropFromV8Prop()