Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_private.cpp322 JSHandle<JSTaggedValue> lengthKey(thread, globalConst->GetLengthString()); in InitializeArrayList() local
394 JSHandle<JSTaggedValue> lengthKey(factory->NewFromASCII("length")); in InitializeLightWeightMap() local
460 JSHandle<JSTaggedValue> lengthKey(factory->NewFromASCII("length")); in InitializeLightWeightSet() local
536 JSHandle<JSTaggedValue> lengthKey(thread, globalConst->GetLengthString()); in InitializeTreeMap() local
608 JSHandle<JSTaggedValue> lengthKey(thread, globalConst->GetLengthString()); in InitializeTreeSet() local
681 JSHandle<JSTaggedValue> lengthKey = globalConst->GetHandledLengthString(); in InitializePlainArray() local
743 JSHandle<JSTaggedValue> lengthKey = globalConst->GetHandledLengthString(); in InitializeStack() local
821 JSHandle<JSTaggedValue> lengthKey(thread, globalConst->GetLengthString()); in InitializeVector() local
876 JSHandle<JSTaggedValue> lengthKey(thread, globalConst->GetLengthString()); in InitializeQueue() local
933 JSHandle<JSTaggedValue> lengthKey = globalConst->GetHandledLengthString(); in InitializeDeque() local
[all …]
/arkcompiler/ets_runtime/ecmascript/base/
Darray_helper.cpp125 JSHandle<JSTaggedValue> lengthKey = thread->GlobalConstants()->GetHandledLengthString(); in GetLength() local
138 JSHandle<JSTaggedValue> lengthKey = thread->GlobalConstants()->GetHandledLengthString(); in GetArrayLength() local
Djson_parser.cpp25 JSHandle<JSTaggedValue> lengthKey = thread->GlobalConstants()->GetHandledLengthString(); in InternalizeJsonProperty() local
Djson_stringifier.cpp162 … JSHandle<JSTaggedValue> lengthKey = thread_->GlobalConstants()->GetHandledLengthString(); in Stringify() local
547 JSHandle<JSTaggedValue> lengthKey = thread_->GlobalConstants()->GetHandledLengthString(); in SerializeJSProxy() local
Dtyped_array_helper.cpp145 JSHandle<JSTaggedValue> lengthKey = thread->GlobalConstants()->GetHandledLengthString(); in CreateFromOrdinaryObject() local
/arkcompiler/ets_runtime/ecmascript/
Djs_array_iterator.cpp63 JSHandle<JSTaggedValue> lengthKey = thread->GlobalConstants()->GetHandledLengthString(); in Next() local
Djs_stable_array.cpp90 JSHandle<JSTaggedValue> lengthKey = thread->GlobalConstants()->GetHandledLengthString(); in Splice() local
Djs_object.cpp223 JSHandle<JSTaggedValue> lengthKey = thread->GlobalConstants()->GetHandledLengthString(); in IsArrayLengthWritable() local
/arkcompiler/ets_runtime/ecmascript/base/tests/
Darray_helper_test.cpp121 JSHandle<JSTaggedValue> lengthKey = thread->GlobalConstants()->GetHandledLengthString(); in HWTEST_F_L0() local
155 JSHandle<JSTaggedValue> lengthKey = thread->GlobalConstants()->GetHandledLengthString(); in HWTEST_F_L0() local
Djson_parser_test.cpp185 JSHandle<JSTaggedValue> lengthKey(factory->NewFromASCII("length")); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_function_test.cpp210 JSHandle<JSTaggedValue> lengthKey = globalConst->GetHandledLengthString(); in HWTEST_F_L0() local
265 JSHandle<JSTaggedValue> lengthKey = globalConst->GetHandledLengthString(); in HWTEST_F_L0() local
321 JSHandle<JSTaggedValue> lengthKey = globalConst->GetHandledLengthString(); in HWTEST_F_L0() local
Dbuiltins_list_format_test.cpp341 JSHandle<JSTaggedValue> lengthKey = thread->GlobalConstants()->GetHandledLengthString(); in HWTEST_F_L0() local
417 JSHandle<JSTaggedValue> lengthKey = thread->GlobalConstants()->GetHandledLengthString(); in HWTEST_F_L0() local
Dbuiltins_relative_time_format_test.cpp239 JSHandle<JSTaggedValue> lengthKey = thread->GlobalConstants()->GetHandledLengthString(); in HWTEST_F_L0() local
Dbuiltins_json_test.cpp232 JSHandle<JSTaggedValue> lengthKey(factory->NewFromASCII("length")); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_array.cpp139 JSHandle<JSTaggedValue> lengthKey = thread->GlobalConstants()->GetHandledLengthString(); in From() local
337 JSHandle<JSTaggedValue> lengthKey = globalConst->GetHandledLengthString(); in Of() local
524 JSHandle<JSTaggedValue> lengthKey = thread->GlobalConstants()->GetHandledLengthString(); in Concat() local
1511 JSHandle<JSTaggedValue> lengthKey = thread->GlobalConstants()->GetHandledLengthString(); in Pop() local
1587 JSHandle<JSTaggedValue> lengthKey = thread->GlobalConstants()->GetHandledLengthString(); in Push() local
1939 JSHandle<JSTaggedValue> lengthKey = thread->GlobalConstants()->GetHandledLengthString(); in Shift() local
2131 JSHandle<JSTaggedValue> lengthKey = thread->GlobalConstants()->GetHandledLengthString(); in Slice() local
2378 JSHandle<JSTaggedValue> lengthKey = thread->GlobalConstants()->GetHandledLengthString(); in Splice() local
2699 JSHandle<JSTaggedValue> lengthKey = thread->GlobalConstants()->GetHandledLengthString(); in Unshift() local
Dbuiltins_function.cpp170 JSHandle<JSTaggedValue> lengthKey = globalConst->GetHandledLengthString(); in FunctionPrototypeBind() local
Dbuiltins_typedarray.cpp245 JSHandle<JSTaggedValue> lengthKey = thread->GlobalConstants()->GetHandledLengthString(); in From() local
1058 JSHandle<JSTaggedValue> lengthKey = thread->GlobalConstants()->GetHandledLengthString(); in Set() local
Dbuiltins.cpp1646 JSHandle<JSTaggedValue> lengthKey(factory_->NewFromASCII("length")); in InitializeString() local
2075 JSHandle<JSTaggedValue> lengthKey(factory_->NewFromASCII("length")); in InitializeTypedArray() local
2431 JSHandle<JSTaggedValue> lengthKey(factory_->NewFromASCII("byteLength")); in InitializeArrayBuffer() local
2510 JSHandle<JSTaggedValue> lengthKey(factory_->NewFromASCII("byteLength")); in InitializeSharedArrayBuffer() local
2670 JSHandle<JSTaggedValue> lengthKey(factory_->NewFromASCII("byteLength")); in InitializeDataView() local
Dbuiltins_string.cpp190 JSHandle<JSTaggedValue> lengthKey = thread->GlobalConstants()->GetHandledLengthString(); in Raw() local
/arkcompiler/ets_runtime/ecmascript/ic/tests/
Dic_runtime_stub_test.cpp529 JSHandle<JSTaggedValue> lengthKey = thread->GlobalConstants()->GetHandledLengthString(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dtype_infer.cpp695 JSTaggedValue lengthKey = thread->GlobalConstants()->GetLengthString(); in GetObjPropWithName() local