Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_serializer.h37 typedef void* (*DetachFunc)(void *enginePointer, void *objPointer, void *hint, void *detachData);
38 typedef Local<JSValueRef> (*AttachFunc)(void *enginePointer, void *buffer, void *hint, void *attach…
Djs_serializer.cpp981 void *enginePointer = info->env; in WriteNativeBindingObject() local
990 void *buffer = detachNative(enginePointer, objPointer, hint, detachData); in WriteNativeBindingObject()
/arkcompiler/ets_runtime/ecmascript/serializer/
Dvalue_serializer.cpp267 void *enginePointer = info->env; in SerializeNativeBindingObject() local
278 void *buffer = detachNative(enginePointer, objPointer, hint, detachData); in SerializeNativeBindingObject()
/arkcompiler/ets_runtime/ecmascript/serializer/tests/
Dserializer_test.cpp1224 static void* Attach([[maybe_unused]] void *enginePointer, [[maybe_unused]] void *buffer, [[maybe_un… in Attach() argument
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_serializer_test.cpp1185 static void* attach([[maybe_unused]] void *enginePointer, [[maybe_unused]] void *buffer, [[maybe_un… in attach() argument