Home
last modified time | relevance | path

Searched defs:enginePointer (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/serializer/
Dvalue_serializer.cpp267 void *enginePointer = info->env; in SerializeNativeBindingObject() local
/arkcompiler/ets_runtime/ecmascript/
Djs_serializer.cpp981 void *enginePointer = info->env; in WriteNativeBindingObject() local
/arkcompiler/ets_runtime/ecmascript/serializer/tests/
Dserializer_test.cpp1224 static void* Attach([[maybe_unused]] void *enginePointer, [[maybe_unused]] void *buffer, [[maybe_un… in Attach()
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_serializer_test.cpp1185 static void* attach([[maybe_unused]] void *enginePointer, [[maybe_unused]] void *buffer, [[maybe_un… in attach()