global lookup appears to be doing the right thing now
This commit is contained in:
parent
d192d1cacb
commit
627a360499
|
@ -241,10 +241,11 @@
|
|||
(first assembled-inputs)
|
||||
(second assembled-inputs))]
|
||||
[(toplevel-lookup)
|
||||
(format "(~a).valss[~a][~a]"
|
||||
(third assembled-inputs)
|
||||
(first assembled-inputs)
|
||||
(second assembled-inputs))]
|
||||
(let ([depth (first assembled-inputs)]
|
||||
[pos (second assembled-inputs)]
|
||||
[name (third assembled-inputs)]
|
||||
[env (fourth assembled-inputs)])
|
||||
(format "(~a).valss[~a][~a]" env depth pos))]
|
||||
[(primitive-procedure?)
|
||||
(format "(typeof(~a) === 'function')"
|
||||
(first assembled-inputs))]
|
||||
|
|
Loading…
Reference in New Issue
Block a user