Searched refs:nBoolVal (Results 1 – 1 of 1) sorted by relevance
110 napi_value nBoolVal = nullptr; in MakeResultWithBool() local111 napi_get_boolean(env, boolVal, &nBoolVal); in MakeResultWithBool()112 status = napi_set_named_property(env, result, key.c_str(), nBoolVal); in MakeResultWithBool()