Searched refs:joinKey (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_date_time_format_test.cpp | 182 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()
|
| D | builtins_number_format_test.cpp | 116 JSHandle<JSTaggedValue> joinKey(factory->NewFromASCII("join")); in BuiltinsFormatTest() local 117 JSArray::DefineOwnProperty(thread, jsObject, joinKey, desc); in BuiltinsFormatTest()
|
| D | builtins_collator_test.cpp | 286 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/ |
| D | builtins_array.cpp | 2574 JSHandle<JSTaggedValue> joinKey = thread->GlobalConstants()->GetHandledJoinString(); in ToString() local 2575 …TaggedValue> callbackFnHandle = JSTaggedValue::GetProperty(thread, thisObjVal, joinKey).GetValue(); in ToString()
|