JS_ToPropertyKey top-level property

JSValue_ Function(Pointer<JSContext_> ctx, JSValue_ val) JS_ToPropertyKey
final

Implementation

final JSValue_ Function(Pointer<JSContext_> ctx, JSValue_ val)
JS_ToPropertyKey =
    kLookup<NativeFunction<JSValue_ Function(Pointer<JSContext_>, JSValue_)>>(
      'JS_ToPropertyKey',
    ).asFunction();