Home
last modified time | relevance | path

Searched refs:contextify (Results 1 – 25 of 29) sorted by relevance

12

/dports/www/grafana8/grafana-8.3.6/vendor/github.com/getsentry/sentry-go/
H A Dintegrations.go210 ex.Stacktrace.Frames = cfi.contextify(ex.Stacktrace.Frames)
221 th.Stacktrace.Frames = cfi.contextify(th.Stacktrace.Frames)
227 func (cfi *contextifyFramesIntegration) contextify(frames []Frame) []Frame { func
H A Dintegrations_test.go188 frames := cfi.contextify([]Frame{{
242 contextifiedFrames := cfi.contextify(frames)
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/getsentry/sentry-go/
H A Dintegrations.go209 ex.Stacktrace.Frames = cfi.contextify(ex.Stacktrace.Frames)
220 th.Stacktrace.Frames = cfi.contextify(th.Stacktrace.Frames)
226 func (cfi *contextifyFramesIntegration) contextify(frames []Frame) []Frame { func
H A Dintegrations_test.go188 frames := cfi.contextify([]Frame{{
242 contextifiedFrames := cfi.contextify(frames)
/dports/www/gitlab-pages/gitlab-pages-f8512edbec4ec83b426c8ca2dda467de424685e4/vendor/github.com/getsentry/sentry-go/
H A Dintegrations.go209 ex.Stacktrace.Frames = cfi.contextify(ex.Stacktrace.Frames)
220 th.Stacktrace.Frames = cfi.contextify(th.Stacktrace.Frames)
226 func (cfi *contextifyFramesIntegration) contextify(frames []Frame) []Frame { func
H A Dintegrations_test.go188 frames := cfi.contextify([]Frame{{
242 contextifiedFrames := cfi.contextify(frames)
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/getsentry/sentry-go/
H A Dintegrations.go209 ex.Stacktrace.Frames = cfi.contextify(ex.Stacktrace.Frames)
220 th.Stacktrace.Frames = cfi.contextify(th.Stacktrace.Frames)
226 func (cfi *contextifyFramesIntegration) contextify(frames []Frame) []Frame { func
/dports/irc/py-limnoria/Limnoria-master-2019-09-08/src/
H A Dcommands.py834 def contextify(spec): function
942 self.specs = list(map(contextify, specs))
1003 self.getopts[name] = contextify(spec)
1005 self.getopts[name] = contextify(spec)
1077 utils.seq.mapinto(contextify, self.types)
/dports/www/node10/node-v10.24.1/src/
H A Dnode_contextify.h11 namespace contextify {
H A Dnode_contextify.cc31 namespace contextify { namespace
1161 NODE_BUILTIN_MODULE_CONTEXT_AWARE(contextify, node::contextify::Initialize)
H A Denv.h50 namespace contextify {
689 std::unordered_map<uint32_t, contextify::ContextifyScript*>
H A Dmodule_wrap.cc17 using node::contextify::ContextifyContext;
748 contextify::ContextifyScript* wrap = env->id_to_script_map.find(id)->second; in ImportModuleDynamically()
H A Dnode_internals.h111 V(contextify) \
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/hie-compat/src-ghc810/Compat/
H A DHieAst.hs779 , toHie $ contextify dets
783 , toHie $ contextify dets
810 contextify (PrefixCon args) = PrefixCon $ patScopes rsp scope pscope args function
811 contextify (InfixCon a b) = InfixCon a' b' function
813 contextify (RecCon r) = RecCon $ RC RecFieldMatch $ contextify_rec r function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/hie-compat/src-ghc86/Compat/
H A DHieAst.hs635 , toHie $ contextify dets
639 , toHie $ contextify dets
666 contextify (PrefixCon args) = PrefixCon $ patScopes rsp scope pscope args function
667 contextify (InfixCon a b) = InfixCon a' b' function
669 contextify (RecCon r) = RecCon $ RC RecFieldMatch $ contextify_rec r function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/hie-compat/src-ghc88/Compat/
H A DHieAst.hs631 , toHie $ contextify dets
635 , toHie $ contextify dets
662 contextify (PrefixCon args) = PrefixCon $ patScopes rsp scope pscope args function
663 contextify (InfixCon a b) = InfixCon a' b' function
665 contextify (RecCon r) = RecCon $ RC RecFieldMatch $ contextify_rec r function
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/hie-compat/src-ghc810/Compat/
H A DHieAst.hs779 , toHie $ contextify dets
783 , toHie $ contextify dets
810 contextify (PrefixCon args) = PrefixCon $ patScopes rsp scope pscope args function
811 contextify (InfixCon a b) = InfixCon a' b' function
813 contextify (RecCon r) = RecCon $ RC RecFieldMatch $ contextify_rec r function
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/hie-compat/src-ghc88/Compat/
H A DHieAst.hs631 , toHie $ contextify dets
635 , toHie $ contextify dets
662 contextify (PrefixCon args) = PrefixCon $ patScopes rsp scope pscope args function
663 contextify (InfixCon a b) = InfixCon a' b' function
665 contextify (RecCon r) = RecCon $ RC RecFieldMatch $ contextify_rec r function
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/hie-compat/src-ghc86/Compat/
H A DHieAst.hs635 , toHie $ contextify dets
639 , toHie $ contextify dets
666 contextify (PrefixCon args) = PrefixCon $ patScopes rsp scope pscope args function
667 contextify (InfixCon a b) = InfixCon a' b' function
669 contextify (RecCon r) = RecCon $ RC RecFieldMatch $ contextify_rec r function
/dports/lang/ghc/ghc-8.10.7/compiler/hieFile/
H A DHieAst.hs803 , toHie $ contextify dets
807 , toHie $ contextify dets
834 contextify (PrefixCon args) = PrefixCon $ patScopes rsp scope pscope args function
835 contextify (InfixCon a b) = InfixCon a' b' function
837 contextify (RecCon r) = RecCon $ RC RecFieldMatch $ contextify_rec r function
/dports/www/node10/node-v10.24.1/doc/changelogs/
H A DCHANGELOG_V5.md352 * **vm**: Fixed a contextify regression introduced in v5.9.0 (Ali Ijaz Sheikh) [#5800](https://gith…
358 * [[`c5d83695e1`](https://github.com/nodejs/node/commit/c5d83695e1)] - **contextify**: tie lifetime…
404 * **contextify**: Fixed a memory consumption issue related to heavy use of `vm.createContext` and `…
431 * [[`0662fcf209`](https://github.com/nodejs/node/commit/0662fcf209)] - **contextify**: cache sandbo…
432 * [[`4f2c839d46`](https://github.com/nodejs/node/commit/4f2c839d46)] - **contextify**: replace depr…
433 * [[`bfff07b4dd`](https://github.com/nodejs/node/commit/bfff07b4dd)] - **contextify**: cleanup weak…
434 * [[`93f60cdc54`](https://github.com/nodejs/node/commit/93f60cdc54)] - **contextify**: cleanup weak…
662 * [[`c397ba8fa3`](https://github.com/nodejs/node/commit/c397ba8fa3)] - **contextify**: use offset/l…
H A DCHANGELOG_V4.md1703 - **contextify**:
1719 * [[`823f726f66`](https://github.com/nodejs/node/commit/823f726f66)] - **contextify**: tie lifetime…
1720 * [[`9ddb44ba61`](https://github.com/nodejs/node/commit/9ddb44ba61)] - **contextify**: cache sandbo…
1721 * [[`8ebdcd65b0`](https://github.com/nodejs/node/commit/8ebdcd65b0)] - **contextify**: replace depr…
1722 * [[`9e6d8170f7`](https://github.com/nodejs/node/commit/9e6d8170f7)] - **contextify**: cleanup weak…
1723 * [[`b6fc15347d`](https://github.com/nodejs/node/commit/b6fc15347d)] - **contextify**: cleanup weak…
3146 * [[`e5615854ea`](https://github.com/nodejs/node/commit/e5615854ea)] - **contextify**: use CHECK in…
3360 * [[`b2ecbb6191`](https://github.com/nodejs/node/commit/b2ecbb6191)] - **contextify**: ignore gette…
H A DCHANGELOG_IOJS.md114 * [[`e68c7ec498`](https://github.com/nodejs/node/commit/e68c7ec498)] - **contextify**: ignore gette…
2814 …etter, based on the excellent [Contextify](https://github.com/brianmcd/contextify) native module. …
2818 - Updated `vm.createContext(sandbox)` to "contextify" the sandbox, making it suitable for use as a …
H A DCHANGELOG_ARCHIVE.md297 * contextify: handle infinite recursion errors (Fedor Indutny)
/dports/www/node10/node-v10.24.1/doc/api/
H A Dvm.md949 ## What does it mean to "contextify" an object?

12