Home
last modified time | relevance | path

Searched refs:getOwnPropStr (Results 1 – 25 of 34) sorted by relevance

12

/dports/www/grafana8/grafana-8.3.6/vendor/github.com/dop251/goja/
H A Dfunc.go64 return f.getStrWithOwnProp(f.getOwnPropStr(p), p, receiver)
67 func (f *funcObject) getOwnPropStr(name unistring.String) Value { func
72 return f.baseObject.getOwnPropStr(name)
81 return f._setForeignStr(name, f.getOwnPropStr(name), val, receiver, throw)
271 return f.getStrWithOwnProp(f.getOwnPropStr(p), p, receiver)
274 func (f *boundFuncObject) getOwnPropStr(name unistring.String) Value { func
279 return f.nativeFuncObject.getOwnPropStr(name)
297 return f._setForeignStr(name, f.getOwnPropStr(name), val, receiver, throw)
H A Dobject_args.go16 return a.getStrWithOwnProp(a.getOwnPropStr(name), name, receiver)
19 func (a *argumentsObject) getOwnPropStr(name unistring.String) Value { func
32 return a.baseObject.getOwnPropStr(name)
53 return a._setForeignStr(name, a.getOwnPropStr(name), val, receiver, throw)
H A Dstring.go202 func (s *stringObject) getOwnPropStr(name unistring.String) Value { func
211 return s.baseObject.getOwnPropStr(name)
227 return s.baseObject.getOwnPropStr(idx.string())
254 return s._setForeignStr(name, s.getOwnPropStr(name), val, receiver, throw)
H A Darray_sparse.go108 return a.getStrWithOwnProp(a.getOwnPropStr(name), name, receiver)
135 func (a *sparseArrayObject) getOwnPropStr(name unistring.String) Value { func
142 return a.baseObject.getOwnPropStr(name)
149 return a.baseObject.getOwnPropStr(idx.string())
237 return a._setForeignStr(name, a.getOwnPropStr(name), val, receiver, throw)
H A Dobject_gomap_reflect.go76 func (o *objectGoMapReflect) getOwnPropStr(name unistring.String) Value { func
84 return o.objectGoReflect.getOwnPropStr(name)
95 return o.objectGoReflect.getOwnPropStr(idx.string())
H A Dproxy.go429 p.proxyDefineOwnPropertyPostCheck(target.self.getOwnPropStr(name), target, descr)
477 p.proxyHasChecks(target.self.getOwnPropStr(name), target, name)
510 return p.getOwnPropStr(name) != nil
572 func (p *proxyObject) getOwnPropStr(name unistring.String) Value { func
575 return p.proxyGetOwnPropertyDescriptor(target.self.getOwnPropStr(name), target, v, name)
578 return target.self.getOwnPropStr(name)
619 p.proxyGetChecks(target.self.getOwnPropStr(name), v, name)
673 p.proxySetPostCheck(target.self.getOwnPropStr(name), value, name)
748 p.proxyDeleteCheck(v, target.self.getOwnPropStr(name), name, target)
969 prop = p.getOwnPropStr(val.string())
H A Darray.go163 func (a *arrayObject) getOwnPropStr(name unistring.String) Value { func
174 return a.baseObject.getOwnPropStr(name)
185 return a.baseObject.getOwnPropStr(idx.string())
205 return a.getStrWithOwnProp(a.getOwnPropStr(name), name, receiver)
283 return a._setForeignStr(name, a.getOwnPropStr(name), val, receiver, throw)
H A Dobject_goslice_reflect.go69 ownProp = o.objectGoReflect.getOwnPropStr(name)
74 func (o *objectGoSliceReflect) getOwnPropStr(name unistring.String) Value { func
88 return o.objectGoReflect.getOwnPropStr(name)
H A Ddestruct.go70 func (d *destructKeyedSource) getOwnPropStr(u unistring.String) Value { func
72 return d.w().getOwnPropStr(u)
H A Dobject_gomap.go36 func (o *objectGoMapSimple) getOwnPropStr(name unistring.String) Value { func
H A Dobject_lazy.go104 func (o *lazyObject) getOwnPropStr(name unistring.String) Value { func
107 return obj.getOwnPropStr(name)
H A Dobject.go153 getOwnPropStr(unistring.String) Value methodSpec
352 return o.val.self.getOwnPropStr(idx.string())
362 func (o *baseObject) getOwnPropStr(name unistring.String) Value { func
1258 return o.self.getOwnPropStr(p.string())
1290 if prop := robj.self.getOwnPropStr(name); prop != nil {
H A Dtypedarrays.go460 func (a *typedArrayObject) getOwnPropStr(name unistring.String) Value { func
477 return a.baseObject.getOwnPropStr(name)
548 return a._setForeignStr(p, a.getOwnPropStr(p), v, receiver, throw)
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/dop251/goja/
H A Dfunc.go64 return f.getStrWithOwnProp(f.getOwnPropStr(p), p, receiver)
67 func (f *funcObject) getOwnPropStr(name unistring.String) Value { func
72 return f.baseObject.getOwnPropStr(name)
81 return f._setForeignStr(name, f.getOwnPropStr(name), val, receiver, throw)
271 return f.getStrWithOwnProp(f.getOwnPropStr(p), p, receiver)
274 func (f *boundFuncObject) getOwnPropStr(name unistring.String) Value { func
279 return f.nativeFuncObject.getOwnPropStr(name)
297 return f._setForeignStr(name, f.getOwnPropStr(name), val, receiver, throw)
H A Dobject_args.go16 return a.getStrWithOwnProp(a.getOwnPropStr(name), name, receiver)
19 func (a *argumentsObject) getOwnPropStr(name unistring.String) Value { func
32 return a.baseObject.getOwnPropStr(name)
53 return a._setForeignStr(name, a.getOwnPropStr(name), val, receiver, throw)
H A Dstring.go202 func (s *stringObject) getOwnPropStr(name unistring.String) Value { func
211 return s.baseObject.getOwnPropStr(name)
227 return s.baseObject.getOwnPropStr(idx.string())
254 return s._setForeignStr(name, s.getOwnPropStr(name), val, receiver, throw)
H A Darray_sparse.go108 return a.getStrWithOwnProp(a.getOwnPropStr(name), name, receiver)
135 func (a *sparseArrayObject) getOwnPropStr(name unistring.String) Value { func
142 return a.baseObject.getOwnPropStr(name)
149 return a.baseObject.getOwnPropStr(idx.string())
237 return a._setForeignStr(name, a.getOwnPropStr(name), val, receiver, throw)
H A Dobject_gomap_reflect.go76 func (o *objectGoMapReflect) getOwnPropStr(name unistring.String) Value { func
84 return o.objectGoReflect.getOwnPropStr(name)
95 return o.objectGoReflect.getOwnPropStr(idx.string())
H A Dproxy.go429 p.proxyDefineOwnPropertyPostCheck(target.self.getOwnPropStr(name), target, descr)
477 p.proxyHasChecks(target.self.getOwnPropStr(name), target, name)
510 return p.getOwnPropStr(name) != nil
572 func (p *proxyObject) getOwnPropStr(name unistring.String) Value { func
575 return p.proxyGetOwnPropertyDescriptor(target.self.getOwnPropStr(name), target, v, name)
578 return target.self.getOwnPropStr(name)
619 p.proxyGetChecks(target.self.getOwnPropStr(name), v, name)
673 p.proxySetPostCheck(target.self.getOwnPropStr(name), value, name)
748 p.proxyDeleteCheck(v, target.self.getOwnPropStr(name), name, target)
969 prop = p.getOwnPropStr(val.string())
H A Darray.go163 func (a *arrayObject) getOwnPropStr(name unistring.String) Value {
174 return a.baseObject.getOwnPropStr(name)
185 return a.baseObject.getOwnPropStr(idx.string())
205 return a.getStrWithOwnProp(a.getOwnPropStr(name), name, receiver)
283 return a._setForeignStr(name, a.getOwnPropStr(name), val, receiver, throw)
H A Dobject_goslice_reflect.go69 ownProp = o.objectGoReflect.getOwnPropStr(name)
74 func (o *objectGoSliceReflect) getOwnPropStr(name unistring.String) Value {
88 return o.objectGoReflect.getOwnPropStr(name)
H A Ddestruct.go70 func (d *destructKeyedSource) getOwnPropStr(u unistring.String) Value { func
72 return d.w().getOwnPropStr(u)
H A Dobject_gomap.go36 func (o *objectGoMapSimple) getOwnPropStr(name unistring.String) Value { func
H A Dobject_lazy.go104 func (o *lazyObject) getOwnPropStr(name unistring.String) Value { func
107 return obj.getOwnPropStr(name)
H A Dobject.go153 getOwnPropStr(unistring.String) Value methodSpec
352 return o.val.self.getOwnPropStr(idx.string())
362 func (o *baseObject) getOwnPropStr(name unistring.String) Value { func
1258 return o.self.getOwnPropStr(p.string())
1290 if prop := robj.self.getOwnPropStr(name); prop != nil {

12