isObject property
bool
get
isObject
Tests whether a JavaScript value's type is the object type.
Implementation
bool get isObject {
return JSValueRef.jSValueIsObject(context.pointer, pointer) == 1;
}
Tests whether a JavaScript value's type is the object type.
bool get isObject {
return JSValueRef.jSValueIsObject(context.pointer, pointer) == 1;
}