Searched defs:isSendable (Results 1 – 4 of 4) sorted by relevance
108 static bool GetParams(napi_env env, napi_value params, napi_value *newParams, bool isSendable) in GetParams()151 static napi_value InstanceResource(napi_env env, napi_callback_info info, bool isSendable) in InstanceResource()
662 ### isSendable subsection
449 static napi_status NapiUnwrap(napi_env env, napi_value object, void** result, bool isSendable = tru… in NapiUnwrap()