Show
Ignore:
Timestamp:
08/28/08 07:55:03 (4 months ago)
Author:
Chuck.Esterbrook
Message:

Code cleanup.
Retire BoxMember?.box in favor of the more explicitly named .parentBox

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • cobra/trunk/Source/Compiler.cobra

    r1596 r1606  
    199199                if .boxStack.count 
    200200                        # the code member stack can be empty due to class variables (ex: var _x = 1) 
    201                         return .hasDetailedStackTraceOption and (.codeMemberStack.count == 0 or .curCodeMember.box.canHaveDetailedStackTrace) 
     201                        return .hasDetailedStackTraceOption and (.codeMemberStack.count == 0 or .curCodeMember.parentBox.canHaveDetailedStackTrace) 
    202202                else 
    203203                        return false