Home
last modified time | relevance | path

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

/third_party/node/src/
Djs_native_api_v8.cc36 CHECK_MAYBE_EMPTY((env), str_maybe, napi_generic_failure); \
344 CHECK_MAYBE_EMPTY(env, maybe_function, napi_generic_failure); in NewFunction()
1055 CHECK_MAYBE_EMPTY(env, get_maybe, napi_generic_failure); in napi_get_property()
1168 CHECK_MAYBE_EMPTY(env, get_maybe, napi_generic_failure); in napi_get_named_property()
1229 CHECK_MAYBE_EMPTY(env, get_maybe, napi_generic_failure); in napi_get_element()
1477 CHECK_MAYBE_EMPTY(env, str_maybe, napi_generic_failure); in napi_create_string_latin1()
1499 CHECK_MAYBE_EMPTY(env, str_maybe, napi_generic_failure); in napi_create_string_utf8()
1520 CHECK_MAYBE_EMPTY(env, str_maybe, napi_generic_failure); in napi_create_string_utf16()
1879 CHECK_MAYBE_EMPTY(env, maybe, napi_generic_failure); in napi_call_function()
2643 CHECK_MAYBE_EMPTY(env, maybe, napi_pending_exception); in napi_new_instance()
[all …]
Djs_native_api_v8.h205 #define CHECK_MAYBE_EMPTY(env, maybe, status) \ macro
224 CHECK_MAYBE_EMPTY((env), maybe, (status)); \
Dnode_api.cc890 CHECK_MAYBE_EMPTY(env, callback_result, napi_generic_failure); in napi_make_callback()
909 CHECK_MAYBE_EMPTY(env, maybe, napi_generic_failure); in napi_create_buffer()
945 CHECK_MAYBE_EMPTY(env, maybe, napi_generic_failure); in napi_create_external_buffer()
967 CHECK_MAYBE_EMPTY(env, maybe, napi_generic_failure); in napi_create_buffer_copy()