Home
last modified time | relevance | path

Searched refs:SetNativePointerFieldCount (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/test/fuzztest/setnativepointerfieldcount_fuzzer/
Dsetnativepointerfieldcount_fuzzer.cpp46 object->SetNativePointerFieldCount(key); in SetNativePointerFieldCountFuzzTest()
/arkcompiler/ets_runtime/ecmascript/
Djs_object.h352 void SetNativePointerFieldCount(int32_t count);
Djs_object.cpp2310 void ECMAObject::SetNativePointerFieldCount(int32_t count) in SetNativePointerFieldCount() function in panda::ecmascript::ECMAObject
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi.h731 void SetNativePointerFieldCount(int32_t count);
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp1641 void ObjectRef::SetNativePointerFieldCount(int32_t count) in SetNativePointerFieldCount() function in panda::ObjectRef
1645 object->SetNativePointerFieldCount(count); in SetNativePointerFieldCount()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_tests.cpp1266 object->SetNativePointerFieldCount(input); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_object_test.cpp1294 obj->SetNativePointerFieldCount(1); in HWTEST_F_L0()