cmake: supernova - missing include_directories() for Jack
[supercollider.git] / Help / Core / Kernel / Frame.html
blobc601c4f70fed4a6b60418c988303409cf9539160
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2 <html>
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5 <meta http-equiv="Content-Style-Type" content="text/css">
6 <title></title>
7 <meta name="Generator" content="Cocoa HTML Writer">
8 <meta name="CocoaVersion" content="824.42">
9 <style type="text/css">
10 p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 18.0px Helvetica}
11 p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica; min-height: 14.0px}
12 p.p3 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica}
13 p.p4 {margin: 0.0px 0.0px 0.0px 0.0px; font: 9.0px Monaco}
14 p.p5 {margin: 0.0px 0.0px 0.0px 0.0px; font: 9.0px Monaco; min-height: 12.0px}
15 span.s1 {font: 12.0px Helvetica}
16 span.s2 {color: #0019b7}
17 span.Apple-tab-span {white-space:pre}
18 </style>
19 </head>
20 <body>
21 <p class="p1"><b>Frame</b></p>
22 <p class="p2"><br></p>
23 <p class="p3"><b>superclass: Object</b></p>
24 <p class="p2"><br></p>
25 <p class="p3">Frames are used to contain the arguments, variables and other information for active Functions.</p>
26 <p class="p2"><br></p>
27 <p class="p3">There are no instance variables or methods.</p>
28 <p class="p2"><br></p>
29 <p class="p3">Since Frames are often created on the stack, it is too dangerous to allow access to them. Dangling pointers could result.</p>
30 <p class="p2"><span class="Apple-tab-span"> </span></p>
31 <p class="p3">Frame instances are inaccessible to the user.</p>
32 <p class="p2"><br></p>
33 <p class="p3">For error handling routines, the relevant information from a Frame can be transferred into a DebugFrame object which can safely be inspected.</p>
34 <p class="p2"><br></p>
35 <p class="p4"><span class="s1"><span class="Apple-tab-span"> </span></span><span class="s2">this</span>.getBackTrace.inspect</p>
36 <p class="p5"><span class="Apple-tab-span"> </span></p>
37 <p class="p5"><span class="Apple-tab-span"> </span></p>
38 </body>
39 </html>