Home
last modified time | relevance | path

Searched refs:isBool (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
H A DetsUnionType.cpp400 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 DetsUnionType.h97 checker::ETSChecker *checker, checker::ETSObjectType *sourceType, bool isBool, bool isChar,
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp349 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 Djsnapi_expo.h489 bool GetValueBool(bool &isBool);

Completed in 16 milliseconds