Searched refs:SetNativePointerField (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/ets_runtime/test/fuzztest/setnativepointerfield_fuzzer/ |
| D | setnativepointerfield_fuzzer.cpp | 44 object->SetNativePointerField(index, (void *)data, callBack, (void *)data); in SetNativePointerFieldFuzzTest()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_object.h | 349 void SetNativePointerField(int32_t index, void *nativePointer,
|
| D | js_object.cpp | 2274 void ECMAObject::SetNativePointerField(int32_t index, void *nativePointer, in SetNativePointerField() function in panda::ecmascript::ECMAObject
|
| /arkcompiler/ets_runtime/ecmascript/napi/include/ |
| D | jsnapi.h | 734 void SetNativePointerField(int32_t index,
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | jsnapi.cpp | 1662 void ObjectRef::SetNativePointerField(int32_t index, void *nativePointer, in SetNativePointerField() function in panda::ObjectRef 1667 object->SetNativePointerField(index, nativePointer, callBack, data, nativeBindingsize); in SetNativePointerField()
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| D | jsnapi_tests.cpp | 1273 object->SetNativePointerField(33, vp1, callBack, vp2); in HWTEST_F_L0()
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_object_test.cpp | 1296 obj->SetNativePointerField(0, array, nullptr, nullptr); in HWTEST_F_L0()
|