Skip to content

Commit a3b5baf

Browse files
authored
Merge pull request #122 from JuliaDebug/teh/reorg
Reorganize the source files (fixes #79)
2 parents 9e6b118 + 2c82029 commit a3b5baf

11 files changed

+1148
-1169
lines changed

docs/src/dev_reference.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
```@docs
1212
JuliaInterpreter.enter_call
1313
JuliaInterpreter.enter_call_expr
14-
JuliaInterpreter.build_frame
14+
JuliaInterpreter.prepare_frame
1515
JuliaInterpreter.determine_method_for_expr
1616
JuliaInterpreter.prepare_args
1717
JuliaInterpreter.prepare_call
@@ -70,8 +70,8 @@ JuliaInterpreter.compiled_methods
7070
```@docs
7171
JuliaInterpreter.@lookup
7272
JuliaInterpreter.iswrappercall
73-
JuliaInterpreter.isdocexpr
74-
JuliaInterpreter.isglobalref
73+
JuliaInterpreter.is_doc_expr
74+
JuliaInterpreter.is_global_ref
7575
JuliaInterpreter.statementnumber
7676
JuliaInterpreter.Variable
7777
JuliaInterpreter.locals

0 commit comments

Comments
 (0)