Skip to content

Commit

Permalink
Add experimental Polyglot class>>exploreScopes
Browse files Browse the repository at this point in the history
  • Loading branch information
fniephaus committed Jun 27, 2021
1 parent 0f23aa0 commit cf7432f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
experimental
exploreScopes
(Polyglot availableLanguages collect: [ :ea |
(Polyglot primitiveGetScope: ea getId asSymbol) ] )
exploreWithLabel: 'GraalVM Language Scopes'
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"eval:string:" : "fn 6/14/2019 14:47",
"eval:string:inInnerContext:" : "fn 6/14/2019 14:47",
"eval:string:withBindingsNamed:" : "CF 1/13/2019 18:04",
"exploreScopes" : "fn 6/26/2021 15:36",
"export:value:" : "fn 11/11/2018 21:34",
"getLanguageView:for:" : "fn 1/26/2021 16:03",
"iconFor:" : "fn 6/26/2021 15:10",
Expand Down

0 comments on commit cf7432f

Please sign in to comment.