Home
last modified time | relevance | path

Searched defs:lengthKey (Results 1 – 25 of 25) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_private.cpp308 JSHandle<JSTaggedValue> lengthKey(thread, globalConst->GetLengthString()); in InitializeArrayList() local
359 JSHandle<JSTaggedValue> lengthKey(factory->NewFromASCII("length")); in InitializeLightWeightMap() local
412 JSHandle<JSTaggedValue> lengthKey(factory->NewFromASCII("length")); in InitializeLightWeightSet() local
476 JSHandle<JSTaggedValue> lengthKey(thread, globalConst->GetLengthString()); in InitializeTreeMap() local
540 JSHandle<JSTaggedValue> lengthKey(thread, globalConst->GetLengthString()); in InitializeTreeSet() local
593 JSHandle<JSTaggedValue> lengthKey = globalConst->GetHandledLengthString(); in InitializePlainArray() local
646 JSHandle<JSTaggedValue> lengthKey = globalConst->GetHandledLengthString(); in InitializeStack() local
725 JSHandle<JSTaggedValue> lengthKey(thread, globalConst->GetLengthString()); in InitializeVector() local
804 JSHandle<JSTaggedValue> lengthKey(thread, globalConst->GetLengthString()); in InitializeQueue() local
858 JSHandle<JSTaggedValue> lengthKey = globalConst->GetHandledLengthString(); in InitializeDeque() local
[all …]
/arkcompiler/ets_runtime/ecmascript/base/tests/
Darray_helper_test.cpp98 JSHandle<JSTaggedValue> lengthKey = thread->GlobalConstants()->GetHandledLengthString(); in HWTEST_F_L0() local
132 JSHandle<JSTaggedValue> lengthKey = thread->GlobalConstants()->GetHandledLengthString(); in HWTEST_F_L0() local
Djson_parser_test.cpp238 JSHandle<JSTaggedValue> lengthKey(factory->NewFromASCII("length")); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/
Djs_array_iterator.cpp64 JSHandle<JSTaggedValue> lengthKey = thread->GlobalConstants()->GetHandledLengthString(); in NextInternal() local
Djs_stable_array.cpp160 JSHandle<JSTaggedValue> &lengthKey) in UpdateArrayCapacity()
222 JSHandle<JSTaggedValue> lengthKey = thread->GlobalConstants()->GetHandledLengthString(); in Splice() local
271 JSHandle<JSTaggedValue> lengthKey = thread->GlobalConstants()->GetHandledLengthString(); in Splice() local
Djs_function.cpp408 JSHandle<JSTaggedValue> lengthKey = thread->GlobalConstants()->GetHandledLengthString(); in LengthGetter() local
Djs_object.cpp434 JSHandle<JSTaggedValue> lengthKey = thread->GlobalConstants()->GetHandledLengthString(); in IsArrayLengthWritable() local
/arkcompiler/ets_runtime/ecmascript/shared_objects/
Djs_shared_array_iterator.cpp74 JSHandle<JSTaggedValue> lengthKey = thread->GlobalConstants()->GetHandledLengthString(); in NextInternal() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_function_test.cpp199 JSHandle<JSTaggedValue> lengthKey = globalConst->GetHandledLengthString(); in HWTEST_F_L0() local
248 JSHandle<JSTaggedValue> lengthKey = globalConst->GetHandledLengthString(); in HWTEST_F_L0() local
299 JSHandle<JSTaggedValue> lengthKey = globalConst->GetHandledLengthString(); in HWTEST_F_L0() local
Dbuiltins_list_format_second_test.cpp98 JSHandle<JSTaggedValue> lengthKey = thread->GlobalConstants()->GetHandledLengthString(); in HWTEST_F_L0() local
131 JSHandle<JSTaggedValue> lengthKey = thread->GlobalConstants()->GetHandledLengthString(); in HWTEST_F_L0() local
Dbuiltins_relative_time_format_test.cpp183 JSHandle<JSTaggedValue> lengthKey = thread->GlobalConstants()->GetHandledLengthString(); in HWTEST_F_L0() local
Dbuiltins_json_test.cpp195 JSHandle<JSTaggedValue> lengthKey(factory->NewFromASCII("length")); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/base/
Darray_helper.cpp253 JSHandle<JSTaggedValue> lengthKey = thread->GlobalConstants()->GetHandledLengthString(); in GetLength() local
269 JSHandle<JSTaggedValue> lengthKey = thread->GlobalConstants()->GetHandledLengthString(); in GetArrayLength() local
Djson_stringifier.cpp56 … JSHandle<JSTaggedValue> lengthKey = thread_->GlobalConstants()->GetHandledLengthString(); in Stringify() local
749 JSHandle<JSTaggedValue> lengthKey = thread_->GlobalConstants()->GetHandledLengthString(); in SerializeJSProxy() local
Djson_stringifier_optimized.cpp56 … JSHandle<JSTaggedValue> lengthKey = thread_->GlobalConstants()->GetHandledLengthString(); in Stringify() local
730 JSHandle<JSTaggedValue> lengthKey = thread_->GlobalConstants()->GetHandledLengthString(); in SerializeJSProxy() local
Djson_parser.cpp1351 JSHandle<JSTaggedValue> lengthKey = thread->GlobalConstants()->GetHandledLengthString(); in InternalizeJsonProperty() local
Dtyped_array_helper.cpp398 JSHandle<JSTaggedValue> lengthKey = thread->GlobalConstants()->GetHandledLengthString(); in CreateFromOrdinaryObject() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_array.cpp165 JSHandle<JSTaggedValue> lengthKey = thread->GlobalConstants()->GetHandledLengthString(); in From() local
413 JSHandle<JSTaggedValue> lengthKey = globalConst->GetHandledLengthString(); in Of() local
500 JSHandle<JSTaggedValue> lengthKey = thread->GlobalConstants()->GetHandledLengthString(); in Concat() local
1620 JSHandle<JSTaggedValue> lengthKey = thread->GlobalConstants()->GetHandledLengthString(); in Pop() local
1699 JSHandle<JSTaggedValue> lengthKey = thread->GlobalConstants()->GetHandledLengthString(); in Push() local
1951 JSHandle<JSTaggedValue> lengthKey = thread->GlobalConstants()->GetHandledLengthString(); in Reverse() local
2073 JSHandle<JSTaggedValue> lengthKey = thread->GlobalConstants()->GetHandledLengthString(); in Shift() local
2249 JSHandle<JSTaggedValue> lengthKey = thread->GlobalConstants()->GetHandledLengthString(); in Slice() local
2481 JSHandle<JSTaggedValue> lengthKey = thread->GlobalConstants()->GetHandledLengthString(); in Splice() local
2789 JSHandle<JSTaggedValue> lengthKey = thread->GlobalConstants()->GetHandledLengthString(); in Unshift() local
[all …]
Dbuiltins_function.cpp209 JSHandle<JSTaggedValue> lengthKey = globalConst->GetHandledLengthString(); in FunctionPrototypeBindInternal() local
Dbuiltins_shared_typedarray.cpp241 JSHandle<JSTaggedValue> lengthKey = thread->GlobalConstants()->GetHandledLengthString(); in From() local
1152 JSHandle<JSTaggedValue> lengthKey = thread->GlobalConstants()->GetHandledLengthString(); in Set() local
Dbuiltins_typedarray.cpp160 JSHandle<JSTaggedValue> lengthKey = thread->GlobalConstants()->GetHandledLengthString(); in FromUsingIteratorUndefinedValues() local
1229 JSHandle<JSTaggedValue> lengthKey = thread->GlobalConstants()->GetHandledLengthString(); in Set() local
Dbuiltins.cpp1816 JSHandle<JSTaggedValue> lengthKey(factory_->NewFromASCIIReadOnly("length")); in InitializeString() local
2471 JSHandle<JSTaggedValue> lengthKey(factory_->NewFromASCIIReadOnly("byteLength")); in BUILTIN_TYPED_ARRAY_TYPES() local
2553 JSHandle<JSTaggedValue> lengthKey(factory_->NewFromASCIIReadOnly("byteLength")); in InitializeSharedArrayBuffer() local
2721 JSHandle<JSTaggedValue> lengthKey(factory_->NewFromASCIIReadOnly("byteLength")); in InitializeDataView() local
Dbuiltins_string.cpp175 JSHandle<JSTaggedValue> lengthKey = thread->GlobalConstants()->GetHandledLengthString(); in Raw() local
/arkcompiler/ets_runtime/ecmascript/ic/tests/
Dic_runtime_stub_test.cpp543 JSHandle<JSTaggedValue> lengthKey = thread->GlobalConstants()->GetHandledLengthString(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h508 JSHandle<JSTaggedValue> lengthKey = thread->GlobalConstants()->GetHandledLengthString(); in RuntimeStArraySpread() local
579 JSHandle<JSTaggedValue> lengthKey = thread->GlobalConstants()->GetHandledLengthString(); in RuntimeStArraySpread() local