Home
last modified time | relevance | path

Searched refs:joinKey (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_date_time_format_test.cpp182 JSHandle<JSTaggedValue> joinKey(factory->NewFromASCII("join")); in HWTEST_F_L0() local
183 JSArray::DefineOwnProperty(thread, jsObject, joinKey, desc); in HWTEST_F_L0()
222 JSHandle<JSTaggedValue> joinKey(factory->NewFromASCII("join")); in HWTEST_F_L0() local
223 JSArray::DefineOwnProperty(thread, jsObject, joinKey, desc); in HWTEST_F_L0()
433 JSHandle<JSTaggedValue> joinKey(factory->NewFromASCII("join")); in JSDateTime() local
434 JSArray::DefineOwnProperty(thread, jsObject, joinKey, desc); in JSDateTime()
Dbuiltins_number_format_test.cpp116 JSHandle<JSTaggedValue> joinKey(factory->NewFromASCII("join")); in BuiltinsFormatTest() local
117 JSArray::DefineOwnProperty(thread, jsObject, joinKey, desc); in BuiltinsFormatTest()
Dbuiltins_collator_test.cpp286 JSHandle<JSTaggedValue> joinKey(factory->NewFromASCII("join")); in HWTEST_F_L0() local
287 JSArray::DefineOwnProperty(thread, jsObject, joinKey, desc); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_array.cpp2574 JSHandle<JSTaggedValue> joinKey = thread->GlobalConstants()->GetHandledJoinString(); in ToString() local
2575 …TaggedValue> callbackFnHandle = JSTaggedValue::GetProperty(thread, thisObjVal, joinKey).GetValue(); in ToString()