Searched refs:TaggedIsString (Results 1 – 5 of 5) sorted by relevance
576 inline GateRef StubBuilder::TaggedIsString(GateRef obj) in TaggedIsString() function578 return env_->GetBuilder()->TaggedIsString(obj); in TaggedIsString()
220 GateRef TaggedIsString(GateRef obj);
518 GateRef TaggedIsString(GateRef obj);
977 Branch(TaggedIsString(value), &isString, &isNonString); in TaggedToElementKind()1395 Branch(TaggedIsString(key), &isString, ¬String); in TryToElementsIndex()2370 Branch(TaggedIsString(*key), &isString, ¬String); in GetPropertyByValue()3225 Branch(TaggedIsString(*varKey), &isString, &setByName); in SetPropertyByValue()
1371 GateRef CircuitBuilder::TaggedIsString(GateRef obj) in TaggedIsString() function in panda::ecmascript::kungfu::CircuitBuilder