// The functions for property access are set up in the bootstrap script however
// they will be called from, and expected to run in the scope of the GWT code
// (usually an iframe) so, here we set up those pointers.
out.print("function __gwt_isKnownPropertyValue(propName, propValue) {");
out.newlineOpt();
out.print("return __gwtModuleFunction.__gwt_isKnownPropertyValue(propName, propValue);");
out.newlineOpt();
out.print("}");
out.newlineOpt();
out.print("function __gwt_getMetaProperty(name) {");