Home
last modified time | relevance | path

Searched refs:getPrototypeObjectNull (Results 1 – 3 of 3) sorted by relevance

/test/xts/acts/arkui/ace_napi_test/entry/src/main/cpp/types/libnapitest/
Dindex.d.ts257 export const getPrototypeObjectNull: () => object;
/test/xts/acts/arkui/ace_napi_test/entry/src/main/cpp/napi/
Dnapi_test.cpp5833 static napi_value getPrototypeObjectNull(napi_env env, napi_callback_info info) in getPrototypeObjectNull() function
10089 DECLARE_NAPI_FUNCTION("getPrototypeObjectNull", getPrototypeObjectNull), in Init()
/test/xts/acts/arkui/ace_napi_test/entry/src/main/ets/test/
DNapiTest.ets2110 let value = napitest.getPrototypeObjectNull();