Home | History | Annotate | Download | only in webkit

Lines Matching refs:to

14 // EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
18 // (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
25 "Tests that constant folding an access to an uncaptured variable that is captured later in the same basic block doesn't lead to assertion failures."
35 if (a) // Here we have an access to r2. The bug was concerned with our assertions thinking that this access was invalid.
36 return arguments; // Force r2 (see below) to get captured.
40 // The temporary variable corresponding to the 'bar' callee coming out of the ternary expression will be allocated by
41 // the bytecompiler to some virtual register, say r2. This expression is engineered so that (1) the virtual register
43 // (2) that the callee ends up being constant but requires CFA to prove it, and (3) that we actually load that constant
44 // using GetLocal (which happens because of the CheckFunction to check the callee).
46 // The temporary variable corresponding to the first non-this argument to baz will be allocated to the same virtual