Searched refs:isBool (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/ |
H A D | etsUnionType.cpp | 400 bool const isBool = objectType != nullptr ? objectType->HasObjectFlag(ETSObjectFlags::BUILTIN_BOOLEAN) 404 if (checker::Type *assignableType = GetAssignableBuiltinType(checker, objectType, isBool, isChar, numericTypes); 429 checker::ETSChecker *checker, checker::ETSObjectType *sourceType, bool const isBool, bool const isChar, 441 if (isBool) { 465 bool const isBool = sourceType->HasObjectFlag(ETSObjectFlags::BUILTIN_BOOLEAN); 490 if (isBool && objectType->HasObjectFlag(ETSObjectFlags::BUILTIN_BOOLEAN)) {
|
H A D | etsUnionType.h | 97 checker::ETSChecker *checker, checker::ETSObjectType *sourceType, bool isBool, bool isChar,
|
/arkcompiler/ets_runtime/ecmascript/napi/ |
H A D | jsnapi_expo.cpp | 349 bool JSValueRef::GetValueBool(bool &isBool) in GetValueBool() argument 353 isBool = true; in GetValueBool() 357 isBool = true; in GetValueBool() 360 isBool = false; in GetValueBool()
|
/arkcompiler/ets_runtime/ecmascript/napi/include/ |
H A D | jsnapi_expo.h | 489 bool GetValueBool(bool &isBool);
|
Completed in 16 milliseconds