Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcfxjse_formcalc_context.cpp5300 ByteString bsAccessorName = args.GetUTF8String(1); in dot_accessor() local
5302 (argAccessor->IsNull() && bsAccessorName.IsEmpty())) { in dot_accessor()
5305 } else if (!argAccessor->IsObject() && !bsAccessorName.IsEmpty() && in dot_accessor()
5307 bsAccessorName.AsStringView())) { in dot_accessor()
5418 ByteString bsAccessorName = args.GetUTF8String(1); in dotdot_accessor() local
5420 (argAccessor->IsNull() && bsAccessorName.IsEmpty())) { in dotdot_accessor()
5423 } else if (!argAccessor->IsObject() && !bsAccessorName.IsEmpty() && in dotdot_accessor()
5425 bsAccessorName.AsStringView())) { in dotdot_accessor()