Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbuiltins_lowering.cpp492 builder_.Branch(builder_.IsIntegerString(param), &isInteger, &notString); in LowerNumberConstructor()
Dcircuit_builder.h649 GateRef IsIntegerString(GateRef string);
Dstub_builder-inl.h2903 inline GateRef StubBuilder::IsIntegerString(GateRef string) in IsIntegerString() function
2905 return env_->GetBuilder()->IsIntegerString(string); in IsIntegerString()
Dstub_builder.h437 inline GateRef IsIntegerString(GateRef string);
Dmcr_circuit_builder.cpp1026 GateRef CircuitBuilder::IsIntegerString(GateRef string) in IsIntegerString() function in panda::ecmascript::kungfu::CircuitBuilder
Dstub_builder.cpp1424 Branch(IsIntegerString(string), &isInteger, failed); in TryToGetInteger()