-
Notifications
You must be signed in to change notification settings - Fork 92
Open
Labels
A-wrappersArea: Wrappers and bindingsArea: Wrappers and bindingsC-feature-requestCategory: A feature request, i.e: not implemented / a PR.Category: A feature request, i.e: not implemented / a PR.
Description
Summary
QJSValue is missing the following methods:
- call methods in case the QJSValue is a JS function (call, callAsConstructor, callWithInstance, isCallable).
- property methods (property by name/by index, set by name/by index, has, hasOwn, delete)
- is methods for various types:
- isBool (feat(qmetaobject): add basic "is" wrappers for QJSValue #222)
- isCallable
- isDate
- isError
- isNull (feat(qmetaobject): add "is" wrappers for special QJSValues #224)
- isNumber (feat(qmetaobject): add basic "is" wrappers for QJSValue #222)
- isObject
- isQMetaObject
- isQObject
- isRegExp
- isString (feat(qmetaobject): add basic "is" wrappers for QJSValue #222)
- isUndefined (feat(qmetaobject): add "is" wrappers for special QJSValues #224)
- isVariant
Metadata
Metadata
Assignees
Labels
A-wrappersArea: Wrappers and bindingsArea: Wrappers and bindingsC-feature-requestCategory: A feature request, i.e: not implemented / a PR.Category: A feature request, i.e: not implemented / a PR.