Searched refs:ReentrantToByteStringHelper (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/pdfium/fxjs/xfa/ |
H A D | cfxjse_formcalc_context.cpp | 1053 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 D | cjx_boolean.cpp | 34 newValue = fxv8::ReentrantToByteStringHelper(pIsolate, *pValue); in defaultValue()
|
H A D | cfxjse_value.cpp | 332 return fxv8::ReentrantToByteStringHelper( in ToString()
|
H A D | cfxjse_formcalc_context_embeddertest.cpp | 99 fxv8::ReentrantToByteStringHelper(isolate(), value).c_str()) in ExecuteExpectString()
|
/aosp_15_r20/external/pdfium/fxjs/ |
H A D | cfx_v8.cpp | 119 return fxv8::ReentrantToByteStringHelper(GetIsolate(), pValue); in ToByteString()
|
H A D | fxv8.h | 67 ByteString ReentrantToByteStringHelper(v8::Isolate* pIsolate,
|
H A D | fxv8.cpp | 173 ByteString ReentrantToByteStringHelper(v8::Isolate* pIsolate, in ReentrantToByteStringHelper() function
|