JS_IsUndefined top-level property

int Function(JSValue_ v) JS_IsUndefined
final

Implementation

final int Function(JSValue_ v) JS_IsUndefined =
    kLookup<NativeFunction<Int Function(JSValue_)>>(
      'JS_IsUndefined',
    ).asFunction();