Home
last modified time | relevance | path

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

/aosp_15_r20/external/pdfium/fxjs/xfa/
H A Dcfxjse_formcalc_context.cpp1053 fxv8::ReentrantToByteStringHelper(pIsolate, propertyValue); in GetExtractedValue()
1085 ByteString bsValue = fxv8::ReentrantToByteStringHelper(pIsolate, extracted); in ValueToInteger()
1104 ByteString bsValue = fxv8::ReentrantToByteStringHelper(pIsolate, extracted); in ValueToFloat()
1123 ByteString bsValue = fxv8::ReentrantToByteStringHelper(pIsolate, extracted); in ValueToDouble()
1151 fxv8::ReentrantToByteStringHelper(pIsolate, propertyValue); in ExtractDouble()
1167 return fxv8::ReentrantToByteStringHelper(pIsolate, arg); in ValueToUTF8String()
1220 fxv8::ReentrantToByteStringHelper(pIsolate, propertyValue); in UnfoldArgs()
2841 ByteString bsName = fxv8::ReentrantToByteStringHelper( in Choose()
2897 fxv8::ReentrantToByteStringHelper(info.GetIsolate(), argOne); in HasValue()
4345 fxv8::ReentrantToByteStringHelper(pIsolate, propertyValue) in assign_value_operator()
[all …]
H A Dcjx_boolean.cpp34 newValue = fxv8::ReentrantToByteStringHelper(pIsolate, *pValue); in defaultValue()
H A Dcfxjse_value.cpp332 return fxv8::ReentrantToByteStringHelper( in ToString()
H A Dcfxjse_formcalc_context_embeddertest.cpp99 fxv8::ReentrantToByteStringHelper(isolate(), value).c_str()) in ExecuteExpectString()
/aosp_15_r20/external/pdfium/fxjs/
H A Dcfx_v8.cpp119 return fxv8::ReentrantToByteStringHelper(GetIsolate(), pValue); in ToByteString()
H A Dfxv8.h67 ByteString ReentrantToByteStringHelper(v8::Isolate* pIsolate,
H A Dfxv8.cpp173 ByteString ReentrantToByteStringHelper(v8::Isolate* pIsolate, in ReentrantToByteStringHelper() function