Home
last modified time | relevance | path

Searched refs:newBaseObject (Results 1 – 25 of 33) sorted by relevance

12

/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/dop251/goja/
H A Dfunc.go90 obj := f.val.runtime.newBaseObject(protoObj, classObject).val
189 obj := f.val.runtime.newBaseObject(protoObj, classObject).val
H A Druntime.go234 r.global.ObjectPrototype = r.newBaseObject(nil, classObject).val
330 func (r *Runtime) newBaseObject(proto *Object, class string) (o *baseObject) { func
344 return r.newBaseObject(r.global.ObjectPrototype, classObject).val
349 return r.newBaseObject(proto, classObject).val
590 obj := r.newBaseObject(proto, classError)
H A Dbuiltin_json.go515 JSON := r.newBaseObject(r.global.ObjectPrototype, "JSON")
/dports/security/keybase/client-v5.7.1/go/vendor/gopkg.in/src-d/go-git.v4/plumbing/format/packfile/
H A Dparser.go242 ota = newBaseObject(oh.Offset, oh.Length, t)
249 ota = newBaseObject(oh.Offset, oh.Length, t)
490 func newBaseObject(offset, length int64, t plumbing.ObjectType) *objectInfo { func
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/dop251/goja/
H A Dfunc.go127 obj := f.val.runtime.newBaseObject(protoObj, classObject).val
246 obj := f.val.runtime.newBaseObject(protoObj, classObject).val
H A Dbuiltin_error.go4 o := r.newBaseObject(r.global.ErrorPrototype, classObject)
H A Dbuiltin_object.go14 return r.newBaseObject(proto, classObject).val
80 result := r.newBaseObject(r.global.ObjectPrototype, classObject).val
221 o := r.newBaseObject(proto, classObject).val
H A Druntime.go347 r.global.ObjectPrototype = r.newBaseObject(nil, classObject).val
442 func (r *Runtime) newBaseObject(proto *Object, class string) (o *baseObject) { func
457 return r.newBaseObject(r.global.ObjectPrototype, classObject).val
462 return r.newBaseObject(proto, classObject).val
779 obj := r.newBaseObject(proto, classError)
H A Dbuiltin_json.go499 JSON := r.newBaseObject(r.global.ObjectPrototype, "JSON")
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/dop251/goja/
H A Dfunc.go127 obj := f.val.runtime.newBaseObject(protoObj, classObject).val
246 obj := f.val.runtime.newBaseObject(protoObj, classObject).val
H A Dbuiltin_error.go4 o := r.newBaseObject(r.global.ErrorPrototype, classObject)
H A Dbuiltin_object.go14 return r.newBaseObject(proto, classObject).val
80 result := r.newBaseObject(r.global.ObjectPrototype, classObject).val
221 o := r.newBaseObject(proto, classObject).val
H A Druntime.go348 r.global.ObjectPrototype = r.newBaseObject(nil, classObject).val
443 func (r *Runtime) newBaseObject(proto *Object, class string) (o *baseObject) { func
458 return r.newBaseObject(r.global.ObjectPrototype, classObject).val
463 return r.newBaseObject(proto, classObject).val
780 obj := r.newBaseObject(proto, classError)
H A Dbuiltin_json.go499 JSON := r.newBaseObject(r.global.ObjectPrototype, "JSON")
/dports/devel/lazygit/lazygit-0.31.4/vendor/github.com/jesseduffield/go-git/v5/plumbing/format/packfile/
H A Dparser.go220 ota = newBaseObject(oh.Offset, oh.Length, t)
468 func newBaseObject(offset, length int64, t plumbing.ObjectType) *objectInfo { func
/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/go-git/go-git/v5/plumbing/format/packfile/
H A Dparser.go220 ota = newBaseObject(oh.Offset, oh.Length, t)
468 func newBaseObject(offset, length int64, t plumbing.ObjectType) *objectInfo { func
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/go-git/go-git/v5/plumbing/format/packfile/
H A Dparser.go220 ota = newBaseObject(oh.Offset, oh.Length, t)
468 func newBaseObject(offset, length int64, t plumbing.ObjectType) *objectInfo { func
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/go-git/go-git/v5/plumbing/format/packfile/
H A Dparser.go220 ota = newBaseObject(oh.Offset, oh.Length, t)
468 func newBaseObject(offset, length int64, t plumbing.ObjectType) *objectInfo { func
/dports/devel/lazygit/lazygit-0.31.4/vendor/github.com/jesseduffield/go-git/v5/go-git-341962be15a4/plumbing/format/packfile/
H A Dparser.go220 ota = newBaseObject(oh.Offset, oh.Length, t)
468 func newBaseObject(offset, length int64, t plumbing.ObjectType) *objectInfo { func
/dports/www/gitea/gitea-1.16.5/vendor/github.com/go-git/go-git/v5/plumbing/format/packfile/
H A Dparser.go220 ota = newBaseObject(oh.Offset, oh.Length, t)
468 func newBaseObject(offset, length int64, t plumbing.ObjectType) *objectInfo { func
/dports/devel/gitty/gitty-0.3.0/vendor/github.com/go-git/go-git/v5/plumbing/format/packfile/
H A Dparser.go220 ota = newBaseObject(oh.Offset, oh.Length, t)
468 func newBaseObject(offset, length int64, t plumbing.ObjectType) *objectInfo { func
/dports/editors/micro/micro-2.0.10/vendor/github.com/robertkrimen/otto/
H A Dglobal.go59 func (runtime *_runtime) newBaseObject() *_object { func
H A Dstash.go43 object = runtime.newBaseObject()
/dports/sysutils/sensu-go/sensu-go-5.11.1/vendor/github.com/robertkrimen/otto/
H A Dglobal.go59 func (runtime *_runtime) newBaseObject() *_object { func
H A Dstash.go43 object = runtime.newBaseObject()

12