Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dnumber_speculative_retype.cpp278 GateRef rep = builder_.ConvertCharToEcmaString(left); in VisitStringCompare()
282 GateRef rep = builder_.ConvertCharToEcmaString(right); in VisitStringCompare()
1012 return builder_.ConvertCharToEcmaString(gate); in ConvertToTagged()
Dcircuit_builder.h520 GateRef ConvertCharToEcmaString(GateRef gate);
Dmcr_circuit_builder.cpp330 GateRef CircuitBuilder::ConvertCharToEcmaString(GateRef gate) in ConvertCharToEcmaString() function in panda::ecmascript::kungfu::CircuitBuilder