Home
last modified time | relevance | path

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

/third_party/node/test/js-native-api/test_conversions/
Dtest_null.c26 GEN_NULL_CHECK_BINDING(GetValueBool, bool, napi_get_value_bool) in GEN_NULL_CHECK_BINDING() argument
/third_party/node/doc/api/
Dn-api.md2870 #### napi_get_value_bool subsubsection
/third_party/node/src/
Djs_native_api_v8.cc2139 napi_status napi_get_value_bool(napi_env env, napi_value value, bool* result) { in napi_get_value_bool() function