Home
last modified time | relevance | path

Searched defs:argumentsObject (Results 1 – 16 of 16) sorted by relevance

/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/dop251/goja/
H A Dobject_args.go3 type argumentsObject struct { struct
4 baseObject
5 length int
13 func (a *argumentsObject) getPropStr(name string) Value {
20 func (a *argumentsObject) getProp(n Value) Value {
24 func (a *argumentsObject) init() {
29 func (a *argumentsObject) put(n Value, val Value, throw bool) {
45 func (a *argumentsObject) deleteStr(name string, throw bool) bool {
57 func (a *argumentsObject) delete(n Value, throw bool) bool {
133 func (a *argumentsObject) getOwnProp(name string) Value {
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/dop251/goja/
H A Dobject_args.go5 type argumentsObject struct { struct
6 baseObject
7 length int
15 func (a *argumentsObject) getStr(name unistring.String, receiver Value) Value {
19 func (a *argumentsObject) getOwnPropStr(name unistring.String) Value {
35 func (a *argumentsObject) init() {
40 func (a *argumentsObject) setOwnStr(name unistring.String, val Value, throw bool) bool {
52 …gumentsObject) setForeignStr(name unistring.String, val, receiver Value, throw bool) (bool, bool) {
56 func (a *argumentsObject) deleteStr(name unistring.String, throw bool) bool {
84 func (a *argumentsObject) enumerateOwnKeys() iterNextFunc {
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/dop251/goja/
H A Dobject_args.go5 type argumentsObject struct { struct
6 baseObject
7 length int
15 func (a *argumentsObject) getStr(name unistring.String, receiver Value) Value {
19 func (a *argumentsObject) getOwnPropStr(name unistring.String) Value {
35 func (a *argumentsObject) init() {
40 func (a *argumentsObject) setOwnStr(name unistring.String, val Value, throw bool) bool {
52 …gumentsObject) setForeignStr(name unistring.String, val, receiver Value, throw bool) (bool, bool) {
56 func (a *argumentsObject) deleteStr(name unistring.String, throw bool) bool {
84 func (a *argumentsObject) enumerateOwnKeys() iterNextFunc {
[all …]
/dports/security/openconnect-gui/openconnect-gui-v1.5.3/external/src/qt-solutions-master/qtscriptclassic/src/
H A Dqscriptcontext_p.h151 inline QScriptValueImpl QScriptContextPrivate::argumentsObject() const in argumentsObject() function
H A Dqscriptcontext.cpp275 QScriptValue QScriptContext::argumentsObject() const in argumentsObject() function in QScriptContext
/dports/converters/wkhtmltopdf/qt-5db36ec/src/script/api/
H A Dqscriptcontext.cpp296 QScriptValue QScriptContext::argumentsObject() const in argumentsObject() function in QScriptContext
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/script/api/
H A Dqscriptcontext.cpp317 QScriptValue QScriptContext::argumentsObject() const in argumentsObject() function in QScriptContext
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/script/api/
H A Dqscriptcontext.cpp317 QScriptValue QScriptContext::argumentsObject() const in argumentsObject() function in QScriptContext
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/
H A DMIRGraph.cpp528 MDefinition* MBasicBlock::argumentsObject() { in argumentsObject() function in MBasicBlock
/dports/www/firefox/firefox-99.0/js/src/jit/
H A DMIRGraph.cpp526 MDefinition* MBasicBlock::argumentsObject() { in argumentsObject() function in MBasicBlock
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/
H A DMIRGraph.cpp528 MDefinition* MBasicBlock::argumentsObject() { in argumentsObject() function in MBasicBlock
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/
H A DMIRGraph.cpp684 MDefinition* MBasicBlock::argumentsObject() { in argumentsObject() function in MBasicBlock
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/
H A DMIRGraph.cpp661 MDefinition* MBasicBlock::argumentsObject() { in argumentsObject() function in MBasicBlock
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/
H A DMIRGraph.cpp741 MBasicBlock::argumentsObject() in argumentsObject() function in MBasicBlock
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/
H A DMIRGraph.cpp763 MBasicBlock::argumentsObject() in argumentsObject() function in MBasicBlock
/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/PyQt4/
H A DQtScript.py172 def argumentsObject(self): member in QScriptContext