| /arkcompiler/ets_runtime/test/fuzztest/objectgetinformation_fuzzer/ |
| D | objectgetinformation_fuzzer.cpp | 53 object->SetNativePointerField(vm, index, (void *)data, callBack, (void *)data); in ObjectGetAllPropertyNamesFuzzTest() 105 object->SetNativePointerField(vm, index, (void *)data, callBack, (void *)data); in ObjectGetOwnEnumerablePropertyNamesFuzzTest() 130 object->SetNativePointerField(vm, index, (void *)data, callBack, (void *)data); in ObjectGetOwnPropertyNamesFuzzTest()
|
| /arkcompiler/ets_runtime/test/fuzztest/setnativepointerfield_fuzzer/ |
| D | setnativepointerfield_fuzzer.cpp | 44 object->SetNativePointerField(vm, index, (void *)data, callBack, (void *)data); in SetNativePointerFieldFuzzTest()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_object.h | 385 void SetNativePointerField(const JSThread *thread, int32_t index, void *nativePointer,
|
| D | js_object.cpp | 2751 void ECMAObject::SetNativePointerField(const JSThread *thread, int32_t index, void *nativePointer, in SetNativePointerField() function in panda::ecmascript::ECMAObject
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | JSNapi接口说明.md | 3850 object->SetNativePointerField(33, vp1, callBack, vp2); 3952 ### SetNativePointerField subsection 3954 void SetNativePointerField(int32_t index,void *nativePointer = nullptr,NativePointerCallback callBa… 3962 ���� `JSObject::SetNativePointerField` �������ñ���ָ���ֶΡ� 3984 object->SetNativePointerField(index, vp1, callBack, vp2);
|
| D | jsnapi_expo.cpp | 1908 void ObjectRef::SetNativePointerField(const EcmaVM *vm, int32_t index, void *nativePointer, in SetNativePointerField() function in panda::ObjectRef 1916 object->SetNativePointerField(thread, index, nativePointer, callBack, data, nativeBindingsize); in SetNativePointerField()
|
| /arkcompiler/ets_runtime/ecmascript/napi/include/ |
| D | jsnapi_expo.h | 670 void SetNativePointerField(const EcmaVM *vm,
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| D | jsnapi_sample.cpp | 739 object->SetNativePointerField(vm, cnt2, static_cast<void *>(a), nullptr, nullptr); in NativePointer() 740 object->SetNativePointerField(vm, cnt3, static_cast<void *>(a), nullptr, nullptr); in NativePointer()
|
| D | jsnapi_first_tests.cpp | 1627 object->SetNativePointerField(vm_, 33, vp1, callBack, vp2); in HWTEST_F_L0()
|
| D | ffi_workload.cpp | 5438 object->SetNativePointerField(vm_, 33, vp1, callBack, vp2); in HWTEST_F_L0() 5441 TEST_TIME(ObjectRef::SetNativePointerField); in HWTEST_F_L0() 5452 object->SetNativePointerField(vm_, 33, vp1, callBack, vp2); in HWTEST_F_L0()
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_object_test.cpp | 1297 obj->SetNativePointerField(thread, 0, array, nullptr, nullptr); in HWTEST_F_L0()
|