Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_serializer.cpp961 void *enginePointer = nullptr; in WriteNativeBindingObject() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_serializer_test.cpp1089 static void* attach([[maybe_unused]] void *enginePointer, [[maybe_unused]] void *buffer, [[maybe_un… in attach()