Home
last modified time | relevance | path

Searched defs:data2 (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DtypeConstraintsWithConstructSignatures.ts26 constructor(public data: T, public data2: Constructable) { } property in C
DgenericTypeWithCallableMembers.ts26 constructor(public data: T, public data2: Constructable) { } property in C
/arkcompiler/ets_runtime/ecmascript/
Decma_string.cpp478 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
Djs_date_time_format.h74 Pattern(const std::string &data1, const std::string &data2) : data(InitializePattern( in Pattern()
Dtagged_dictionary.cpp58 Span<const uint8_t> data2(str, size); in IsMatch() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_typed_array_test.cpp1483 JSTaggedValue data2 = JSTypedArray::FastGetPropertyByIndex(thread, typedArray.GetTaggedValue(), in HWTEST_F_L0() local
Djs_serializer_test.cpp1625 std::pair<uint8_t *, size_t> data2 = serializer2->ReleaseBuffer(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_tests.cpp1248 void *data2 = reinterpret_cast<void *>(BuiltinsFunction::FunctionPrototypeInvokeSelf); in HWTEST_F_L0() local