Home
last modified time | relevance | path

Searched defs:rightString (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dhcr_circuit_builder.cpp742 GateRef CircuitBuilder::CanBeConcat(GateRef leftString, GateRef rightString, GateRef isValidOpt) in CanBeConcat()
749 GateRef CircuitBuilder::CanBackStore(GateRef rightString, GateRef isValidOpt) in CanBackStore()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_object.cpp981 JSHandle<EcmaString> rightString(factory->NewFromASCII("]")); in ToString() local
/arkcompiler/ets_runtime/ecmascript/tests/
Dtagged_value_test.cpp673 JSHandle<EcmaString> rightString = thread->GetEcmaVM()->GetFactory()->NewFromASCII(rightCStr); in CheckOkString() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_string_stub_builder.cpp2175 …eRef BuiltinsStringStubBuilder::StringConcat(GateRef glue, GateRef leftString, GateRef rightString) in StringConcat()