~ubuntu-branches/ubuntu/jaunty/swfdec0.8/jaunty

« back to all changes in this revision

Viewing changes to vivified/code/test/compiler/var.as.expect

  • Committer: Package Import Robot
  • Author(s): Didier Roche
  • Date: 2008-10-10 19:15:24 UTC
  • Revision ID: package-import@ubuntu.com-20081010191524-5z85qiky1d4bvgfa
Tags: upstream-0.8.0
ImportĀ upstreamĀ versionĀ 0.8.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
asm {
 
2
  pool "a", "b", "c"
 
3
  push pool 2, undefined, pool 1, 1, pool 0
 
4
  define_local2
 
5
  define_local
 
6
  define_local
 
7
  end
 
8
}