Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbuiltins_lowering.cpp516 BRANCH_CIR(builder_.IsIntegerString(param), &isInteger, &notString); in LowerNumberConstructor()
Dcircuit_builder.h760 GateRef IsIntegerString(GateRef string);
Dstub_builder-inl.h3484 inline GateRef StubBuilder::IsIntegerString(GateRef string) in IsIntegerString() function
3486 return env_->GetBuilder()->IsIntegerString(string); in IsIntegerString()
Dstub_builder.h523 inline GateRef IsIntegerString(GateRef string);
Dtyped_native_inline_lowering.cpp1195 auto isIntString = builder_.IsIntegerString(param); in LowerNewNumber()
2052 builder_.Branch(builder_.IsIntegerString(msg), &isIntegerStr, &notIntegerStr); in LowerNumberParseFloat()
Dmcr_circuit_builder.cpp1197 GateRef CircuitBuilder::IsIntegerString(GateRef string) in IsIntegerString() function in panda::ecmascript::kungfu::CircuitBuilder
Dstub_builder.cpp2172 BRANCH(IsIntegerString(string), &isInteger, failed); in TryToGetInteger()