Home
last modified time | relevance | path

Searched defs:notEmpty (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_string_stub_builder.cpp2592 BRANCH(Int32Equal(srcLen, Int32(0)), &emptyString, &notEmpty); in EcmaStringTrim() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dnew_object_stub_builder.cpp663 BRANCH(Int32Equal(len, Int32(0)), &isEmpty, &notEmpty); in NewTaggedArray() local
703 BRANCH(Int32Equal(len, Int32(0)), &isEmpty, &notEmpty); in NewMutantTaggedArray() local

Completed in 11 milliseconds