Home
last modified time | relevance | path

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

/aosp_15_r20/external/pdfium/fxjs/xfa/
H A Dcjx_hostpseudomodel.cpp104 fxv8::ReentrantToBooleanHelper(pIsolate, *pValue)); in calculationsEnabled()
209 fxv8::ReentrantToBooleanHelper(pIsolate, *pValue)); in validationsEnabled()
H A Dcjx_eventpseudomodel.cpp50 *bValue = fxv8::ReentrantToBooleanHelper(pIsolate, *pReturn); in BooleanProperty()
H A Dcfxjse_value.cpp307 return fxv8::ReentrantToBooleanHelper( in ToBoolean()
H A Dcfxjse_formcalc_context_embeddertest.cpp46 EXPECT_EQ(expected, fxv8::ReentrantToBooleanHelper(isolate(), value)) in ExecuteExpectBool()
H A Dcfxjse_formcalc_context.cpp1165 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 Dcjx_object.cpp1057 SetBoolean(eAttribute, fxv8::ReentrantToBooleanHelper(pIsolate, *pValue), in ScriptAttributeBool()
/aosp_15_r20/external/pdfium/fxjs/
H A Dcfx_v8.cpp107 return fxv8::ReentrantToBooleanHelper(GetIsolate(), pValue); in ToBoolean()
H A Dfxv8.h59 bool ReentrantToBooleanHelper(v8::Isolate* pIsolate,
H A Dfxv8.cpp138 bool ReentrantToBooleanHelper(v8::Isolate* pIsolate, in ReentrantToBooleanHelper() function