Home
last modified time | relevance | path

Searched defs:leftString (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_object.cpp980 JSHandle<EcmaString> leftString(factory->NewFromASCII("[object ")); in ToString() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dhcr_circuit_builder.cpp742 GateRef CircuitBuilder::CanBeConcat(GateRef leftString, GateRef rightString, GateRef isValidOpt) in CanBeConcat()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_string_stub_builder.cpp2164 GateRef BuiltinsStringStubBuilder::StringConcat(GateRef glue, GateRef leftString, GateRef rightStri… in StringConcat()