menu
flujs_qjs package
documentation
wrapper/JSRuntime.dart
JSRuntime
isLiveObject method
isLiveObject method
dark_mode
light_mode
isLiveObject
method
bool
isLiveObject
(
JSValue
v
)
Implementation
bool isLiveObject(JSValue v) => JS_IsLiveObject(_ref, v.ref.ref) != 0;
flujs_qjs package
documentation
wrapper/JSRuntime
JSRuntime
isLiveObject method
JSRuntime class