Package macromedia.asc.embedding.avmplus

Examples of macromedia.asc.embedding.avmplus.WithBuilder


        // Save the with object in case we need to restore the scope
        // in an exception handler
        Dup();
        StoreRegister(reg_offset+with_object_reg, TYPE_none);

        WithBuilder withBuilder = (WithBuilder)node.activation.builder;
        withBuilder.temp_reg = with_object_reg;

        cx.pushScope(node.activation);

        PushWith();
View Full Code Here


        // Save the with object in case we need to restore the scope
        // in an exception handler
        Dup();
        StoreRegister(reg_offset+with_object_reg, TYPE_none);

        WithBuilder withBuilder = (WithBuilder)node.activation.builder;
        withBuilder.temp_reg = with_object_reg;

        cx.pushScope(node.activation);

        PushWith();
View Full Code Here

TOP

Related Classes of macromedia.asc.embedding.avmplus.WithBuilder

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.