Searched refs:ReentrantToBooleanHelper (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/pdfium/fxjs/xfa/ |
H A D | cjx_hostpseudomodel.cpp | 104 fxv8::ReentrantToBooleanHelper(pIsolate, *pValue)); in calculationsEnabled() 209 fxv8::ReentrantToBooleanHelper(pIsolate, *pValue)); in validationsEnabled()
|
H A D | cjx_eventpseudomodel.cpp | 50 *bValue = fxv8::ReentrantToBooleanHelper(pIsolate, *pReturn); in BooleanProperty()
|
H A D | cfxjse_value.cpp | 307 return fxv8::ReentrantToBooleanHelper( in ToBoolean()
|
H A D | cfxjse_formcalc_context_embeddertest.cpp | 46 EXPECT_EQ(expected, fxv8::ReentrantToBooleanHelper(isolate(), value)) in ExecuteExpectBool()
|
H A D | cfxjse_formcalc_context.cpp | 1165 return fxv8::ReentrantToBooleanHelper(pIsolate, arg) ? "1" : "0"; in ValueToUTF8String() 1187 const bool first = fxv8::ReentrantToBooleanHelper(pIsolate, firstValue); in SimpleValueCompare() 1188 const bool second = fxv8::ReentrantToBooleanHelper(pIsolate, secondValue); in SimpleValueCompare() 2964 const bool condition = fxv8::ReentrantToBooleanHelper( in If()
|
H A D | cjx_object.cpp | 1057 SetBoolean(eAttribute, fxv8::ReentrantToBooleanHelper(pIsolate, *pValue), in ScriptAttributeBool()
|
/aosp_15_r20/external/pdfium/fxjs/ |
H A D | cfx_v8.cpp | 107 return fxv8::ReentrantToBooleanHelper(GetIsolate(), pValue); in ToBoolean()
|
H A D | fxv8.h | 59 bool ReentrantToBooleanHelper(v8::Isolate* pIsolate,
|
H A D | fxv8.cpp | 138 bool ReentrantToBooleanHelper(v8::Isolate* pIsolate, in ReentrantToBooleanHelper() function
|