Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_serializer.cpp1525 uintptr_t funcPointer; in ReadNativeBindingObject() local
1526 if (!ReadNativePointer(&funcPointer)) { in ReadNativeBindingObject()
1529 AttachFunc attachFunc = reinterpret_cast<AttachFunc>(funcPointer); in ReadNativeBindingObject()