Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_object.h351 int32_t GetNativePointerFieldCount() const;
Djs_serializer.cpp900 if (obj->GetNativePointerFieldCount() > 0) { in WritePlainObject()
960 int32_t paramCount = obj->GetNativePointerFieldCount(); in WriteNativeBindingObject()
Djs_object.cpp2298 int32_t ECMAObject::GetNativePointerFieldCount() const in GetNativePointerFieldCount() function in panda::ecmascript::ECMAObject
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi.h732 int32_t GetNativePointerFieldCount();
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp1648 int32_t ObjectRef::GetNativePointerFieldCount() in GetNativePointerFieldCount() function in panda::ObjectRef
1652 return object->GetNativePointerFieldCount(); in GetNativePointerFieldCount()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_tests.cpp1267 int32_t res = object->GetNativePointerFieldCount(); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_object_test.cpp1297 int32_t count = obj->GetNativePointerFieldCount(); in HWTEST_F_L0()