Home
last modified time | relevance | path

Searched defs:isNativeProperty (Results 1 – 6 of 6) sorted by relevance

/dports/security/openconnect-gui/openconnect-gui-v1.5.3/external/src/qt-solutions-master/qtscriptclassic/src/
H A Dqscriptmember_p.h111 inline bool QScript::Member::isNativeProperty() const in isNativeProperty() function
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DPropertyResult.h57 bool isNativeProperty() const { return kind_ == Kind::NativeProperty; } in isNativeProperty() function
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DPropertyResult.h57 bool isNativeProperty() const { return kind_ == Kind::NativeProperty; } in isNativeProperty() function
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DPropertyResult.h57 bool isNativeProperty() const { return kind_ == Kind::NativeProperty; } in isNativeProperty() function
/dports/lang/spidermonkey78/firefox-78.9.0/js/public/
H A DClass.h256 bool isNativeProperty() const { return isFound() && !isNonNativeProperty(); } in isNativeProperty() function
297 bool isNativeProperty() const { return value().isNativeProperty(); } in isNativeProperty() function
/dports/lang/spidermonkey60/firefox-60.9.0/js/public/
H A DClass.h269 bool isNativeProperty() const { return isFound() && !isNonNativeProperty(); } in isNativeProperty() function
310 bool isNativeProperty() const { return value().isNativeProperty(); } in isNativeProperty() function