Home
last modified time | relevance | path

Searched refs:SetRef (Results 1 - 14 of 14) sorted by relevance

/arkcompiler/ets_runtime/test/fuzztest/setrefgetsize_fuzzer/
H A Dsetrefgetsize_fuzzer.cpp51 Local<SetRef> set = JSNApiHelper::ToLocal<SetRef>(setTag); in SetRefGetSizeFuzztest()
/arkcompiler/ets_runtime/test/fuzztest/setrefgettotalelements_fuzzer/
H A Dsetrefgettotalelements_fuzzer.cpp51 Local<SetRef> set = JSNApiHelper::ToLocal<SetRef>(setTag); in SetRefGetTotalElementsFuzztest()
/arkcompiler/ets_runtime/test/fuzztest/setrefgetvalue_fuzzer/
H A Dsetrefgetvalue_fuzzer.cpp51 Local<SetRef> set = JSNApiHelper::ToLocal<SetRef>(setTag); in SetRefGetValueFuzztest()
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefiscontainer_fuzzer/
H A Djsvaluerefiscontainer_fuzzer.cpp123 Local<SetRef> isSet = JSNApiHelper::ToLocal<SetRef>(setTag); in JSValueRefIsSetFuzzTest()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H A Dmetadata_layout.h188 inline void SetRef(const T ref);
211 inline void SetRef(T ref);
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Djsnapi_second_tests.cpp743 Local<SetRef> Set = JSNApiHelper::ToLocal<SetRef>(setTag); in HWTEST_F_L0()
1061 Local<SetRef> set = JSNApiHelper::ToLocal<SetRef>(setTag); in HWTEST_F_L0()
1628 Local<SetRef> setRef = JSNApiHelper::ToLocal<SetRef>(setTag); in HWTEST_F_L0()
H A Dffi_workload.cpp425 JSNApiHelper::ToLocal<SetRef>(setTag)->IsSet(vm_); in HWTEST_F_L0()
4366 Local<SetRef> object = SetRef::New(vm_); in HWTEST_F_L0()
4375 TEST_TIME(SetRef::GetSize); in HWTEST_F_L0()
4382 Local<SetRef> object = SetRef::New(vm_); in HWTEST_F_L0()
4391 TEST_TIME(SetRef::GetTotalElements); in HWTEST_F_L0()
4398 Local<SetRef> object = SetRef::New(vm_); in HWTEST_F_L0()
4407 TEST_TIME(SetRef in HWTEST_F_L0()
[all...]
H A Djsnapi_sample.cpp2407 Local<SetRef> set = SetRef::New(vm_); in HWTEST_F_L0()
/arkcompiler/toolchain/tooling/test/
H A Dpt_types_test.cpp932 Local<SetRef> set = SetRef::New(ecmaVm); in HWTEST_F_L0()
963 Local<SetRef> set = SetRef::New(ecmaVm); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/include/
H A Djsnapi_expo.h1803 class ECMA_PUBLIC_API SetRef : public ObjectRef { class
1808 static Local<SetRef> New(const EcmaVM *vm);
1825 static Local<SetIteratorRef> New(const EcmaVM *vm, Local<SetRef> set);
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp1767 Local<SetIteratorRef> SetIteratorRef::New(const EcmaVM *vm, Local<SetRef> set) in New()
6124 // ---------------------------------- SetRef --------------------------------------
6125 int32_t SetRef::GetSize(const EcmaVM *vm) in GetSize()
6133 int32_t SetRef::GetTotalElements(const EcmaVM *vm) in GetTotalElements()
6142 Local<JSValueRef> SetRef::GetValue(const EcmaVM *vm, int entry) in GetValue()
6151 Local<SetRef> SetRef::New(const EcmaVM *vm) in New()
6163 return JSNApiHelper::ToLocal<SetRef>(setTag); in New()
6166 void SetRef::Add(const EcmaVM *vm, Local<JSValueRef> value) in Add()
/arkcompiler/toolchain/tooling/agent/
H A Druntime_impl.cpp706 Local<SetRef> setRef = value->ToObject(vm_); in GetSetValue()
/arkcompiler/toolchain/tooling/base/
H A Dpt_types.cpp402 return DescriptionForSet(ecmaVm, Local<SetRef>(tagged)); in DescriptionForObject()
650 std::string ObjectRemoteObject::DescriptionForSet(const EcmaVM *ecmaVm, Local<SetRef> tagged) in DescriptionForSet()
H A Dpt_types.h575 static std::string DescriptionForSet(const EcmaVM *ecmaVm, Local<SetRef> tagged);

Completed in 50 milliseconds