webmcp

annotate framework/env/trace/_open_section.lua @ 12:f3d3203cd2e4

Documentation for partial loading added

NOTE: Previous changeset d76a8857ba62 also modified behaviour of ui.script: Scripts containing "]]>" are now rejected to avoid ambiguities
author jbe
date Fri Feb 19 16:43:29 2010 +0100 (2010-02-19)
parents 9fdfb27f8e67
children ca44dff90b4e
rev   line source
jbe/bsw@0 1 function trace._open_section(node)
jbe/bsw@0 2 local node = trace._new_entry(node)
jbe/bsw@0 3 node.section = true
jbe/bsw@0 4 table.insert(trace._stack, node)
jbe/bsw@0 5 return node
jbe/bsw@0 6 end

Impressum / About Us