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.cpp736 GateRef CircuitBuilder::CanBeConcat(GateRef leftString, GateRef rightString, GateRef isValidOpt) in CanBeConcat()
743 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.cpp677 JSHandle<EcmaString> rightString = thread->GetEcmaVM()->GetFactory()->NewFromASCII(rightCStr); in CheckOkString() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_string_stub_builder.cpp2262 GateRef BuiltinsStringStubBuilder::StringAdd(GateRef glue, GateRef leftString, GateRef rightString,… in StringAdd()
2686 …eRef BuiltinsStringStubBuilder::StringConcat(GateRef glue, GateRef leftString, GateRef rightString) in StringConcat()