Searched defs:data2 (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
| D | typeConstraintsWithConstructSignatures.ts | 26 constructor(public data: T, public data2: Constructable) { } property in C
|
| D | genericTypeWithCallableMembers.ts | 26 constructor(public data: T, public data2: Constructable) { } property in C
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | ecma_string.cpp | 478 Span<const uint8_t> data2(str2->GetDataUtf8(), str2->GetLength()); in EqualToSplicedString() local 492 const uint16_t *data2 = EcmaString::GetUtf16DataFlat(str2, buf2); in StringsAreEqualSameUtfEncoding() local 500 const uint8_t *data2 = EcmaString::GetUtf8DataFlat(str2, buf2); in StringsAreEqualSameUtfEncoding() local 576 Span<const uint8_t> data2(utf8Data, utf8Len); in StringsAreEqualUtf8() local 599 Span<const uint16_t> data2(utf16Data, utf16Len); in StringsAreEqualUtf16() local 668 Span<const uint16_t> data2(utf16Data, utf16Len); in IsUtf8EqualsUtf16() local
|
| D | js_date_time_format.h | 74 Pattern(const std::string &data1, const std::string &data2) : data(InitializePattern( in Pattern()
|
| D | tagged_dictionary.cpp | 58 Span<const uint8_t> data2(str, size); in IsMatch() local
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_typed_array_test.cpp | 1483 JSTaggedValue data2 = JSTypedArray::FastGetPropertyByIndex(thread, typedArray.GetTaggedValue(), in HWTEST_F_L0() local
|
| D | js_serializer_test.cpp | 1625 std::pair<uint8_t *, size_t> data2 = serializer2->ReleaseBuffer(); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| D | jsnapi_tests.cpp | 1248 void *data2 = reinterpret_cast<void *>(BuiltinsFunction::FunctionPrototypeInvokeSelf); in HWTEST_F_L0() local
|