// compound_names.push_back("Foo.bar");
// cx.setCompoundNames(compound_names);
// #endif // USE_COMPOUND_NAMES
// Build the global object
Builder globalBuilder = new GlobalBuilder();
ObjectValue global = new ObjectValue(cx, globalBuilder, null);
// Compiler something
compile(cx, global, in, filename, encoding, includes, swf_options, avmplus_exe, plugs, emit_doc_info, show_parsetrees, show_bytes,
show_flow, lint_mode, emit_metadata, save_comment_nodes, emit_debug_info, import_filespecs);