Home
last modified time | relevance | path

Searched refs:WeakSetRef (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/test/fuzztest/weaksetref_fuzzer/
H A Dweaksetref_fuzzer.cpp50 Local<WeakSetRef> set = JSNApiHelper::ToLocal<WeakSetRef>(weakSetTag); in WeakSetRefGetSizeFuzzTest()
78 Local<WeakSetRef> set = JSNApiHelper::ToLocal<WeakSetRef>(weakSetTag); in WeakSetRefGetTotalElementsFuzzTest()
106 Local<WeakSetRef> set = JSNApiHelper::ToLocal<WeakSetRef>(weakSetTag); in WeakSetRefGetValueFuzzTest()
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Djsnapi_second_tests.cpp839 Local<JSValueRef> set1 = JSNApiHelper::ToLocal<WeakSetRef>(weakSetTag); in HWTEST_F_L0()
841 Local<WeakSetRef> set = JSNApiHelper::ToLocal<WeakSetRef>(weakSetTag); in HWTEST_F_L0()
H A Dffi_workload.cpp2599 Local<JSValueRef> tag = WeakSetRef::New(vm_); in HWTEST_F_L0()
4414 Local<WeakSetRef> object = WeakSetRef::New(vm_); in HWTEST_F_L0()
4423 TEST_TIME(WeakSetRef::GetSize); in HWTEST_F_L0()
4430 Local<WeakSetRef> object = WeakSetRef::New(vm_); in HWTEST_F_L0()
4439 TEST_TIME(WeakSetRef::GetTotalElements); in HWTEST_F_L0()
4446 Local<WeakSetRef> object = WeakSetRef::New(vm_); in HWTEST_F_L0()
4455 TEST_TIME(WeakSetRef in HWTEST_F_L0()
[all...]
H A Djsnapi_sample.cpp2449 Local<WeakSetRef> weakSet = WeakSetRef::New(vm_); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/include/
H A Djsnapi_expo.h1812 class ECMA_PUBLIC_API WeakSetRef : public ObjectRef { class
1817 static Local<WeakSetRef> New(const EcmaVM *vm);
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp6244 // ---------------------------------- WeakSetRef --------------------------------------
6245 int32_t WeakSetRef::GetSize(const EcmaVM *vm) in GetSize()
6253 int32_t WeakSetRef::GetTotalElements(const EcmaVM *vm) in GetTotalElements()
6262 Local<JSValueRef> WeakSetRef::GetValue(const EcmaVM *vm, int entry) in GetValue()
6272 Local<WeakSetRef> WeakSetRef::New(const EcmaVM *vm) in New()
6284 return JSNApiHelper::ToLocal<WeakSetRef>(setTag); in New()
6287 void WeakSetRef::Add(const EcmaVM *vm, Local<JSValueRef> value) in Add()
/arkcompiler/toolchain/tooling/agent/
H A Druntime_impl.cpp733 Local<WeakSetRef> weakSetRef = value->ToObject(vm_); in GetWeakSetValue()
/arkcompiler/toolchain/tooling/base/
H A Dpt_types.h576 static std::string DescriptionForWeakSet(const EcmaVM *ecmaVm, Local<WeakSetRef> tagged);
H A Dpt_types.cpp405 return DescriptionForWeakSet(ecmaVm, Local<WeakSetRef>(tagged)); in DescriptionForObject()
685 std::string ObjectRemoteObject::DescriptionForWeakSet(const EcmaVM *ecmaVm, Local<WeakSetRef> tagged) in DescriptionForWeakSet()

Completed in 46 milliseconds