| /arkcompiler/ets_runtime/ecmascript/containers/ |
| D | containers_private.cpp | 322 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/ |
| D | array_helper.cpp | 125 JSHandle<JSTaggedValue> lengthKey = thread->GlobalConstants()->GetHandledLengthString(); in GetLength() local 138 JSHandle<JSTaggedValue> lengthKey = thread->GlobalConstants()->GetHandledLengthString(); in GetArrayLength() local
|
| D | json_parser.cpp | 25 JSHandle<JSTaggedValue> lengthKey = thread->GlobalConstants()->GetHandledLengthString(); in InternalizeJsonProperty() local
|
| D | json_stringifier.cpp | 162 … JSHandle<JSTaggedValue> lengthKey = thread_->GlobalConstants()->GetHandledLengthString(); in Stringify() local 547 JSHandle<JSTaggedValue> lengthKey = thread_->GlobalConstants()->GetHandledLengthString(); in SerializeJSProxy() local
|
| D | typed_array_helper.cpp | 145 JSHandle<JSTaggedValue> lengthKey = thread->GlobalConstants()->GetHandledLengthString(); in CreateFromOrdinaryObject() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_array_iterator.cpp | 63 JSHandle<JSTaggedValue> lengthKey = thread->GlobalConstants()->GetHandledLengthString(); in Next() local
|
| D | js_stable_array.cpp | 90 JSHandle<JSTaggedValue> lengthKey = thread->GlobalConstants()->GetHandledLengthString(); in Splice() local
|
| D | js_object.cpp | 223 JSHandle<JSTaggedValue> lengthKey = thread->GlobalConstants()->GetHandledLengthString(); in IsArrayLengthWritable() local
|
| /arkcompiler/ets_runtime/ecmascript/base/tests/ |
| D | array_helper_test.cpp | 121 JSHandle<JSTaggedValue> lengthKey = thread->GlobalConstants()->GetHandledLengthString(); in HWTEST_F_L0() local 155 JSHandle<JSTaggedValue> lengthKey = thread->GlobalConstants()->GetHandledLengthString(); in HWTEST_F_L0() local
|
| D | json_parser_test.cpp | 185 JSHandle<JSTaggedValue> lengthKey(factory->NewFromASCII("length")); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_function_test.cpp | 210 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
|
| D | builtins_list_format_test.cpp | 341 JSHandle<JSTaggedValue> lengthKey = thread->GlobalConstants()->GetHandledLengthString(); in HWTEST_F_L0() local 417 JSHandle<JSTaggedValue> lengthKey = thread->GlobalConstants()->GetHandledLengthString(); in HWTEST_F_L0() local
|
| D | builtins_relative_time_format_test.cpp | 239 JSHandle<JSTaggedValue> lengthKey = thread->GlobalConstants()->GetHandledLengthString(); in HWTEST_F_L0() local
|
| D | builtins_json_test.cpp | 232 JSHandle<JSTaggedValue> lengthKey(factory->NewFromASCII("length")); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_array.cpp | 139 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
|
| D | builtins_function.cpp | 170 JSHandle<JSTaggedValue> lengthKey = globalConst->GetHandledLengthString(); in FunctionPrototypeBind() local
|
| D | builtins_typedarray.cpp | 245 JSHandle<JSTaggedValue> lengthKey = thread->GlobalConstants()->GetHandledLengthString(); in From() local 1058 JSHandle<JSTaggedValue> lengthKey = thread->GlobalConstants()->GetHandledLengthString(); in Set() local
|
| D | builtins.cpp | 1646 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
|
| D | builtins_string.cpp | 190 JSHandle<JSTaggedValue> lengthKey = thread->GlobalConstants()->GetHandledLengthString(); in Raw() local
|
| /arkcompiler/ets_runtime/ecmascript/ic/tests/ |
| D | ic_runtime_stub_test.cpp | 529 JSHandle<JSTaggedValue> lengthKey = thread->GlobalConstants()->GetHandledLengthString(); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/type_inference/ |
| D | type_infer.cpp | 695 JSTaggedValue lengthKey = thread->GlobalConstants()->GetLengthString(); in GetObjPropWithName() local
|