Searched refs:napi_extended_error_info (Results 1 – 8 of 8) sorted by relevance
35 const napi_extended_error_info* p_last_error; in add_last_status()
8 const napi_extended_error_info *error_info; \
130 } napi_extended_error_info; typedef
145 napi_extended_error_info last_error;
53 const napi_extended_error_info** result);
816 napi_env env, const napi_extended_error_info** result) { in napi_get_last_error_info()
79 const napi_extended_error_info *error_info = 0; in createNapiError()91 const napi_extended_error_info *error_info = 0; in testNapiErrorCleanup()
405 const napi_extended_error_info* error_info = NULL; \591 ### `napi_extended_error_info`604 } napi_extended_error_info;995 is provided which returns a `napi_extended_error_info` structure.996 The format of the `napi_extended_error_info` structure is as follows:1004 typedef struct napi_extended_error_info {1034 const napi_extended_error_info** result);1038 * `[out] result`: The `napi_extended_error_info` structure with more1043 This API retrieves a `napi_extended_error_info` structure with information1046 The content of the `napi_extended_error_info` returned is only valid up until