Searched refs:isProxyJs (Results 1 – 1 of 1) sorted by relevance
68 napi_value isProxyJs = nullptr; in GetOptions() local69 napi_status status = napi_get_named_property(env, jsValue, "isProxy", &isProxyJs); in GetOptions()74 napi_typeof(env, isProxyJs, &type); in GetOptions()79 status = napi_get_value_bool(env, isProxyJs, &options.isProxy_); in GetOptions()