Home
last modified time | relevance | path

Searched refs:napi_extended_error_info (Results 1 – 8 of 8) sorted by relevance

/third_party/node/test/js-native-api/
Dcommon.c35 const napi_extended_error_info* p_last_error; in add_last_status()
Dcommon.h8 const napi_extended_error_info *error_info; \
/third_party/node/src/
Djs_native_api_types.h130 } napi_extended_error_info; typedef
Djs_native_api_v8.h145 napi_extended_error_info last_error;
Djs_native_api.h53 const napi_extended_error_info** result);
Djs_native_api_v8.cc816 napi_env env, const napi_extended_error_info** result) { in napi_get_last_error_info()
/third_party/node/test/js-native-api/test_general/
Dtest_general.c79 const napi_extended_error_info *error_info = 0; in createNapiError()
91 const napi_extended_error_info *error_info = 0; in testNapiErrorCleanup()
/third_party/node/doc/api/
Dn-api.md405 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 more
1043 This API retrieves a `napi_extended_error_info` structure with information
1046 The content of the `napi_extended_error_info` returned is only valid up until