JS_GetPropertyUint32 top-level property

JSValue_ Function(Pointer<JSContext_> ctx, JSValue_ this_obj, int idx) JS_GetPropertyUint32
final

Implementation

final JSValue_ Function(Pointer<JSContext_> ctx, JSValue_ this_obj, int idx)
JS_GetPropertyUint32 =
    kLookup<
      NativeFunction<JSValue_ Function(Pointer<JSContext_>, JSValue_, Uint32)>
    >('JS_GetPropertyUint32').asFunction();