Searched refs:detachData (Results 1 - 6 of 6) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/base/tests/ |
H A D | json_stringifier_test.cpp | 325 static void* Detach(void *param1, void *param2, void *hint, void *detachData) in Detach() argument 331 if (hint == nullptr && detachData) { in Detach()
|
/arkcompiler/ets_runtime/ecmascript/serializer/ |
H A D | serialize_data.h | 32 typedef void* (*DetachFunc)(void *enginePointer, void *objPointer, void *hint, void *detachData);
|
H A D | value_serializer.cpp | 134 void *buffer = detachNative(info->env, info->nativeValue, info->hint, info->detachData); in WriteValue()
|
/arkcompiler/ets_runtime/ecmascript/serializer/tests/ |
H A D | serializer_test.cpp | 1385 static void* Detach(void *param1, void *param2, void *hint, void *detachData) in Detach() argument 1391 if (hint == nullptr && detachData) { in Detach()
|
/arkcompiler/ets_runtime/ecmascript/napi/include/ |
H A D | jsnapi_expo.h | 1508 void *detachData = nullptr; member
|
/arkcompiler/ets_runtime/ecmascript/napi/test/ |
H A D | jsnapi_first_tests.cpp | 504 info->detachData = detach; in CreateNativeBindingInfo()
|
Completed in 15 milliseconds