Skip to content

TracingJSRuntime.HasNamedProperty method

C#
public override napi_status HasNamedProperty(napi_env env, napi_value js_object, 
    ReadOnlySpan<byte> utf8name, out bool result)

See Also

Released under the MIT license