Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder-inl.h588 auto allHeapObject = BoolAnd(TaggedIsHeapObject(x), TaggedIsHeapObject(y)); in BothAreString() local
590 return env_->GetBuilder()->LogicAnd(allHeapObject, allString); in BothAreString()