Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder-inl.h831 GateRef CircuitBuilder::TaggedObjectIsString(GateRef obj) in TaggedObjectIsString() function
841 return BoolAnd(TaggedObjectIsString(x), TaggedObjectIsString(y)); in TaggedObjectBothAreString()
Dcircuit_builder.cpp1381 result = TaggedObjectIsString(obj); in TaggedIsString()
1400 result = TaggedObjectIsString(obj); in TaggedIsStringOrSymbol()
Dcircuit_builder.h588 inline GateRef TaggedObjectIsString(GateRef obj);
Dstub_builder-inl.h1117 GateRef res = env_->GetBuilder()->TaggedObjectIsString(obj); in IsString()
Dslowpath_lowering.cpp2558 builder_.Branch(builder_.TaggedObjectIsString(obj), &objIsString, &objNotString); in LowerTypeof()