/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/dop251/goja/ |
H A D | object.go | 291 getterObj, _ := descr.Getter.(*Object) 320 …if existing.accessor && descr.Value != nil || !existing.accessor && (getterObj != nil || setterObj… 337 …if descr.Getter != nil && existing.getterFunc != getterObj || descr.Setter != nil && existing.sett…
|
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/ |
H A D | jspropertytree.cpp | 320 JSObject* priorGetter = asAccessorShape().getterObj; in fixupGetterSetterForBarrier() 349 asAccessorShape().getterObj = postGetter; in fixupGetterSetterForBarrier()
|
H A D | jsobj.cpp | 2452 JSObject* getterObj = shape->getterObject(); in GetOwnNativeGetterPure() local 2453 if (!getterObj->is<JSFunction>()) in GetOwnNativeGetterPure() 2456 JSFunction* getter = &getterObj->as<JSFunction>(); in GetOwnNativeGetterPure()
|
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/ |
H A D | jspropertytree.cpp | 318 JSObject* priorGetter = asAccessorShape().getterObj; in fixupGetterSetterForBarrier() 347 asAccessorShape().getterObj = postGetter; in fixupGetterSetterForBarrier()
|
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/vm/ |
H A D | Shape.h | 787 if (JSObject* getterObj = getterObject()) 788 return ObjectValue(*getterObj); 989 JSObject* getterObj; /* user-defined callable "get" object or 1340 return asAccessorShape().getterObj;
|
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/vm/ |
H A D | Shape.h | 854 if (JSObject* getterObj = getterObject()) 855 return ObjectValue(*getterObj); 1082 JSObject* getterObj; /* user-defined callable "get" object or 1493 return asAccessorShape().getterObj;
|
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/ |
H A D | Shape.h | 947 if (JSObject* getterObj = getterObject()) return ObjectValue(*getterObj); 1174 JSObject* getterObj; /* user-defined callable "get" object or 1554 return asAccessorShape().getterObj;
|
H A D | Shape.cpp | 1670 JSObject* priorGetter = asAccessorShape().getterObj; in fixupGetterSetterForBarrier() 1695 asAccessorShape().getterObj = postGetter; in fixupGetterSetterForBarrier()
|
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/ |
H A D | Shape.h | 1229 if (JSObject* getterObj = getterObject()) { 1230 return ObjectValue(*getterObj); 1474 JSObject* getterObj; /* user-defined callable "get" object or 1779 return asAccessorShape().getterObj;
|
H A D | Shape.cpp | 2007 JSObject* priorGetter = asAccessorShape().getterObj; in fixupGetterSetterForBarrier() 2040 asAccessorShape().getterObj = postGetter; in fixupGetterSetterForBarrier()
|
H A D | JSObject.cpp | 2512 JSObject* getterObj = prop.shape()->getterObject(); in GetOwnNativeGetterPure() local 2513 if (!getterObj->is<JSFunction>()) { in GetOwnNativeGetterPure() 2517 JSFunction* getter = &getterObj->as<JSFunction>(); in GetOwnNativeGetterPure()
|
/dports/www/firefox-legacy/firefox-52.8.0esr/js/xpconnect/wrappers/ |
H A D | XrayWrapper.cpp | 410 RootedFunction getterObj(cx); 415 … getterObj = JS::GetSelfHostedFunction(cx, psMatch->accessors.getter.selfHosted.funname, id, 0); 416 if (!getterObj) 418 desc.setGetterObject(JS_GetFunctionObject(getterObj));
|
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/dop251/goja/ |
H A D | object.go | 636 getterObj, _ := descr.Getter.(*Object) 665 …if existing.accessor && descr.Value != nil || !existing.accessor && (getterObj != nil || setterObj… 682 …if descr.Getter != nil && existing.getterFunc != getterObj || descr.Setter != nil && existing.sett…
|
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/dop251/goja/ |
H A D | object.go | 636 getterObj, _ := descr.Getter.(*Object) 665 …if existing.accessor && descr.Value != nil || !existing.accessor && (getterObj != nil || setterObj… 682 …if descr.Getter != nil && existing.getterFunc != getterObj || descr.Setter != nil && existing.sett…
|
/dports/lang/spidermonkey60/firefox-60.9.0/js/xpconnect/wrappers/ |
H A D | XrayWrapper.cpp | 437 RootedFunction getterObj(cx); in TryResolvePropertyFromSpecs() local 440 getterObj = JS::GetSelfHostedFunction( in TryResolvePropertyFromSpecs() 442 if (!getterObj) return false; in TryResolvePropertyFromSpecs() 443 desc.setGetterObject(JS_GetFunctionObject(getterObj)); in TryResolvePropertyFromSpecs()
|
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/ |
H A D | NativeObject.h | 1092 if (JSObject* getterObj = getGetter(prop)) { in getGetterValue() local 1093 return ObjectValue(*getterObj); in getGetterValue()
|
H A D | JSObject.cpp | 2172 JSObject* getterObj = nobj->getGetter(propInfo); in GetOwnNativeGetterPure() local 2173 if (!getterObj->is<JSFunction>()) { in GetOwnNativeGetterPure() 2177 JSFunction* getter = &getterObj->as<JSFunction>(); in GetOwnNativeGetterPure()
|
/dports/www/firefox/firefox-99.0/js/src/vm/ |
H A D | NativeObject.h | 1124 if (JSObject* getterObj = getGetter(prop)) { in getGetterValue() local 1125 return ObjectValue(*getterObj); in getGetterValue()
|
H A D | JSObject.cpp | 1840 JSObject* getterObj = nobj->getGetter(propInfo); in GetOwnNativeGetterPure() local 1841 if (!getterObj->is<JSFunction>()) { in GetOwnNativeGetterPure() 1845 JSFunction* getter = &getterObj->as<JSFunction>(); in GetOwnNativeGetterPure()
|
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/ |
H A D | NativeObject.h | 1092 if (JSObject* getterObj = getGetter(prop)) { in getGetterValue() local 1093 return ObjectValue(*getterObj); in getGetterValue()
|
H A D | JSObject.cpp | 2172 JSObject* getterObj = nobj->getGetter(propInfo); in GetOwnNativeGetterPure() local 2173 if (!getterObj->is<JSFunction>()) { in GetOwnNativeGetterPure() 2177 JSFunction* getter = &getterObj->as<JSFunction>(); in GetOwnNativeGetterPure()
|
/dports/www/firefox-esr/firefox-91.8.0/js/xpconnect/wrappers/ |
H A D | XrayWrapper.cpp | 449 RootedObject getterObj(cx, JS_GetFunctionObject(getterFun)); in TryResolvePropertyFromSpecs() local 459 if (!JS_DefinePropertyById(cx, holder, id, getterObj, setterObj, in TryResolvePropertyFromSpecs()
|
/dports/www/firefox/firefox-99.0/js/xpconnect/wrappers/ |
H A D | XrayWrapper.cpp | 452 RootedObject getterObj(cx, JS_GetFunctionObject(getterFun)); in TryResolvePropertyFromSpecs() local 462 if (!JS_DefinePropertyById(cx, holder, id, getterObj, setterObj, in TryResolvePropertyFromSpecs()
|
/dports/mail/thunderbird/thunderbird-91.8.0/js/xpconnect/wrappers/ |
H A D | XrayWrapper.cpp | 449 RootedObject getterObj(cx, JS_GetFunctionObject(getterFun)); in TryResolvePropertyFromSpecs() local 459 if (!JS_DefinePropertyById(cx, holder, id, getterObj, setterObj, in TryResolvePropertyFromSpecs()
|
/dports/lang/spidermonkey78/firefox-78.9.0/js/xpconnect/wrappers/ |
H A D | XrayWrapper.cpp | 446 RootedObject getterObj(cx, JS_GetFunctionObject(getterFun)); in TryResolvePropertyFromSpecs() local 457 if (!JS_DefinePropertyById(cx, holder, id, getterObj, setterObj, in TryResolvePropertyFromSpecs()
|