Home
last modified time | relevance | path

Searched defs:sepHandle (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_stable_array_test.cpp50 …JSHandle<JSTaggedValue> sepHandle = JSHandle<JSTaggedValue>::Cast(objFactory->NewFromStdString(sep… in CallJoin() local
252 JSHandle<JSTaggedValue> sepHandle = thread->GlobalConstants()->GetHandledCommaString(); in HWTEST_F_L0() local
285 JSHandle<JSTaggedValue> sepHandle = thread->GlobalConstants()->GetHandledCommaString(); in HWTEST_F_L0() local
317 …JSHandle<JSTaggedValue> sepHandle = JSHandle<JSTaggedValue>::Cast(objFactory->NewFromStdString("^"… in HWTEST_F_L0() local
353 …JSHandle<JSTaggedValue> sepHandle = JSHandle<JSTaggedValue>::Cast(objFactory->NewFromStdString(" <… in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_shared_typedarray.cpp761 JSHandle<JSTaggedValue> sepHandle = GetCallArg(argv, 0); in Join() local
Dbuiltins_typedarray.cpp850 JSHandle<JSTaggedValue> sepHandle = GetCallArg(argv, 0); in Join() local
Dbuiltins_array.cpp1307 JSHandle<JSTaggedValue> sepHandle; in Join() local
/arkcompiler/ets_runtime/ecmascript/
Djs_stable_array.cpp578 JSHandle<JSTaggedValue> sepHandle = base::BuiltinsBase::GetCallArg(argv, 0); in Join() local