Home
last modified time | relevance | path

Searched defs:InternalFunctionCallback (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_class_creation_helper.h36 using InternalFunctionCallback = JSValueRef(*)(JsiRuntimeCallInfo*); variable
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi_expo.h896 using InternalFunctionCallback = JSValueRef(*)(JsiRuntimeCallInfo*); variable
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_second_tests.cpp148 JSValueRef InternalFunctionCallback(JsiRuntimeCallInfo *info) in InternalFunctionCallback() function