Home
last modified time | relevance | path

Searched defs:isBool (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DetsUnionType.cpp393 …bool const isBool = objectType != nullptr ? objectType->HasObjectFlag(ETSObjectFlags::BUILTIN_BOOL… in GetAssignableType() local
422 …checker::ETSChecker *checker, checker::ETSObjectType *sourceType, bool const isBool, bool const is… in GetAssignableBuiltinType()
458 bool const isBool = sourceType->HasObjectFlag(ETSObjectFlags::BUILTIN_BOOLEAN); in ExtractType() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp343 bool JSValueRef::GetValueBool(bool &isBool) in GetValueBool()