Home
last modified time | relevance | path

Searched refs:getterObj (Results 1 – 25 of 36) sorted by relevance

12

/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/dop251/goja/
H A Dobject.go291 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 Djspropertytree.cpp320 JSObject* priorGetter = asAccessorShape().getterObj; in fixupGetterSetterForBarrier()
349 asAccessorShape().getterObj = postGetter; in fixupGetterSetterForBarrier()
H A Djsobj.cpp2452 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 Djspropertytree.cpp318 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 DShape.h787 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 DShape.h854 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 DShape.h947 if (JSObject* getterObj = getterObject()) return ObjectValue(*getterObj);
1174 JSObject* getterObj; /* user-defined callable "get" object or
1554 return asAccessorShape().getterObj;
H A DShape.cpp1670 JSObject* priorGetter = asAccessorShape().getterObj; in fixupGetterSetterForBarrier()
1695 asAccessorShape().getterObj = postGetter; in fixupGetterSetterForBarrier()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DShape.h1229 if (JSObject* getterObj = getterObject()) {
1230 return ObjectValue(*getterObj);
1474 JSObject* getterObj; /* user-defined callable "get" object or
1779 return asAccessorShape().getterObj;
H A DShape.cpp2007 JSObject* priorGetter = asAccessorShape().getterObj; in fixupGetterSetterForBarrier()
2040 asAccessorShape().getterObj = postGetter; in fixupGetterSetterForBarrier()
H A DJSObject.cpp2512 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 DXrayWrapper.cpp410 RootedFunction getterObj(cx);
415getterObj = 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 Dobject.go636 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 Dobject.go636 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 DXrayWrapper.cpp437 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 DNativeObject.h1092 if (JSObject* getterObj = getGetter(prop)) { in getGetterValue() local
1093 return ObjectValue(*getterObj); in getGetterValue()
H A DJSObject.cpp2172 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 DNativeObject.h1124 if (JSObject* getterObj = getGetter(prop)) { in getGetterValue() local
1125 return ObjectValue(*getterObj); in getGetterValue()
H A DJSObject.cpp1840 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 DNativeObject.h1092 if (JSObject* getterObj = getGetter(prop)) { in getGetterValue() local
1093 return ObjectValue(*getterObj); in getGetterValue()
H A DJSObject.cpp2172 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 DXrayWrapper.cpp449 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 DXrayWrapper.cpp452 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 DXrayWrapper.cpp449 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 DXrayWrapper.cpp446 RootedObject getterObj(cx, JS_GetFunctionObject(getterFun)); in TryResolvePropertyFromSpecs() local
457 if (!JS_DefinePropertyById(cx, holder, id, getterObj, setterObj, in TryResolvePropertyFromSpecs()

12