First commit
This commit is contained in:
@@ -0,0 +1,63 @@
|
||||
// Generated by Haxe 4.0.5
|
||||
#ifndef INCLUDED_openfl_system_ApplicationDomain
|
||||
#define INCLUDED_openfl_system_ApplicationDomain
|
||||
|
||||
#ifndef HXCPP_H
|
||||
#include <hxcpp.h>
|
||||
#endif
|
||||
|
||||
HX_DECLARE_CLASS2(openfl,_hx_system,ApplicationDomain)
|
||||
|
||||
namespace openfl{
|
||||
namespace _hx_system{
|
||||
|
||||
|
||||
class HXCPP_CLASS_ATTRIBUTES ApplicationDomain_obj : public hx::Object
|
||||
{
|
||||
public:
|
||||
typedef hx::Object super;
|
||||
typedef ApplicationDomain_obj OBJ_;
|
||||
ApplicationDomain_obj();
|
||||
|
||||
public:
|
||||
enum { _hx_ClassId = 0x66cc77f5 };
|
||||
|
||||
void __construct( ::openfl::_hx_system::ApplicationDomain parentDomain);
|
||||
inline void *operator new(size_t inSize, bool inContainer=true,const char *inName="openfl.system.ApplicationDomain")
|
||||
{ return hx::Object::operator new(inSize,inContainer,inName); }
|
||||
inline void *operator new(size_t inSize, int extra)
|
||||
{ return hx::Object::operator new(inSize+extra,true,"openfl.system.ApplicationDomain"); }
|
||||
static hx::ObjectPtr< ApplicationDomain_obj > __new( ::openfl::_hx_system::ApplicationDomain parentDomain);
|
||||
static hx::ObjectPtr< ApplicationDomain_obj > __alloc(hx::Ctx *_hx_ctx, ::openfl::_hx_system::ApplicationDomain parentDomain);
|
||||
static void * _hx_vtable;
|
||||
static Dynamic __CreateEmpty();
|
||||
static Dynamic __Create(hx::DynamicArray inArgs);
|
||||
//~ApplicationDomain_obj();
|
||||
|
||||
HX_DO_RTTI_ALL;
|
||||
hx::Val __Field(const ::String &inString, hx::PropertyAccess inCallProp);
|
||||
static bool __GetStatic(const ::String &inString, Dynamic &outValue, hx::PropertyAccess inCallProp);
|
||||
hx::Val __SetField(const ::String &inString,const hx::Val &inValue, hx::PropertyAccess inCallProp);
|
||||
static bool __SetStatic(const ::String &inString, Dynamic &ioValue, hx::PropertyAccess inCallProp);
|
||||
void __GetFields(Array< ::String> &outFields);
|
||||
static void __register();
|
||||
void __Mark(HX_MARK_PARAMS);
|
||||
void __Visit(HX_VISIT_PARAMS);
|
||||
bool _hx_isInstanceOf(int inClassId);
|
||||
::String __ToString() const { return HX_("ApplicationDomain",94,ec,60,45); }
|
||||
|
||||
static void __boot();
|
||||
static ::openfl::_hx_system::ApplicationDomain currentDomain;
|
||||
::openfl::_hx_system::ApplicationDomain parentDomain;
|
||||
hx::Class getDefinition(::String name);
|
||||
::Dynamic getDefinition_dyn();
|
||||
|
||||
bool hasDefinition(::String name);
|
||||
::Dynamic hasDefinition_dyn();
|
||||
|
||||
};
|
||||
|
||||
} // end namespace openfl
|
||||
} // end namespace system
|
||||
|
||||
#endif /* INCLUDED_openfl_system_ApplicationDomain */
|
||||
@@ -0,0 +1,59 @@
|
||||
// Generated by Haxe 4.0.5
|
||||
#ifndef INCLUDED_openfl_system_LoaderContext
|
||||
#define INCLUDED_openfl_system_LoaderContext
|
||||
|
||||
#ifndef HXCPP_H
|
||||
#include <hxcpp.h>
|
||||
#endif
|
||||
|
||||
HX_DECLARE_CLASS2(openfl,_hx_system,ApplicationDomain)
|
||||
HX_DECLARE_CLASS2(openfl,_hx_system,LoaderContext)
|
||||
HX_DECLARE_CLASS2(openfl,_hx_system,SecurityDomain)
|
||||
|
||||
namespace openfl{
|
||||
namespace _hx_system{
|
||||
|
||||
|
||||
class HXCPP_CLASS_ATTRIBUTES LoaderContext_obj : public hx::Object
|
||||
{
|
||||
public:
|
||||
typedef hx::Object super;
|
||||
typedef LoaderContext_obj OBJ_;
|
||||
LoaderContext_obj();
|
||||
|
||||
public:
|
||||
enum { _hx_ClassId = 0x0a1acdf9 };
|
||||
|
||||
void __construct(hx::Null< bool > __o_checkPolicyFile, ::openfl::_hx_system::ApplicationDomain applicationDomain, ::openfl::_hx_system::SecurityDomain securityDomain);
|
||||
inline void *operator new(size_t inSize, bool inContainer=true,const char *inName="openfl.system.LoaderContext")
|
||||
{ return hx::Object::operator new(inSize,inContainer,inName); }
|
||||
inline void *operator new(size_t inSize, int extra)
|
||||
{ return hx::Object::operator new(inSize+extra,true,"openfl.system.LoaderContext"); }
|
||||
static hx::ObjectPtr< LoaderContext_obj > __new(hx::Null< bool > __o_checkPolicyFile, ::openfl::_hx_system::ApplicationDomain applicationDomain, ::openfl::_hx_system::SecurityDomain securityDomain);
|
||||
static hx::ObjectPtr< LoaderContext_obj > __alloc(hx::Ctx *_hx_ctx,hx::Null< bool > __o_checkPolicyFile, ::openfl::_hx_system::ApplicationDomain applicationDomain, ::openfl::_hx_system::SecurityDomain securityDomain);
|
||||
static void * _hx_vtable;
|
||||
static Dynamic __CreateEmpty();
|
||||
static Dynamic __Create(hx::DynamicArray inArgs);
|
||||
//~LoaderContext_obj();
|
||||
|
||||
HX_DO_RTTI_ALL;
|
||||
hx::Val __Field(const ::String &inString, hx::PropertyAccess inCallProp);
|
||||
hx::Val __SetField(const ::String &inString,const hx::Val &inValue, hx::PropertyAccess inCallProp);
|
||||
void __GetFields(Array< ::String> &outFields);
|
||||
static void __register();
|
||||
void __Mark(HX_MARK_PARAMS);
|
||||
void __Visit(HX_VISIT_PARAMS);
|
||||
bool _hx_isInstanceOf(int inClassId);
|
||||
::String __ToString() const { return HX_("LoaderContext",fc,3d,01,c1); }
|
||||
|
||||
bool allowCodeImport;
|
||||
bool allowLoadBytesCodeExecution;
|
||||
::openfl::_hx_system::ApplicationDomain applicationDomain;
|
||||
bool checkPolicyFile;
|
||||
::openfl::_hx_system::SecurityDomain securityDomain;
|
||||
};
|
||||
|
||||
} // end namespace openfl
|
||||
} // end namespace system
|
||||
|
||||
#endif /* INCLUDED_openfl_system_LoaderContext */
|
||||
@@ -0,0 +1,68 @@
|
||||
// Generated by Haxe 4.0.5
|
||||
#ifndef INCLUDED_openfl_system_SecurityDomain
|
||||
#define INCLUDED_openfl_system_SecurityDomain
|
||||
|
||||
#ifndef HXCPP_H
|
||||
#include <hxcpp.h>
|
||||
#endif
|
||||
|
||||
HX_DECLARE_STACK_FRAME(_hx_pos_708c5fba9d37bf54_23_new)
|
||||
HX_DECLARE_CLASS2(openfl,_hx_system,SecurityDomain)
|
||||
|
||||
namespace openfl{
|
||||
namespace _hx_system{
|
||||
|
||||
|
||||
class HXCPP_CLASS_ATTRIBUTES SecurityDomain_obj : public hx::Object
|
||||
{
|
||||
public:
|
||||
typedef hx::Object super;
|
||||
typedef SecurityDomain_obj OBJ_;
|
||||
SecurityDomain_obj();
|
||||
|
||||
public:
|
||||
enum { _hx_ClassId = 0x0be6b06f };
|
||||
|
||||
void __construct();
|
||||
inline void *operator new(size_t inSize, bool inContainer=false,const char *inName="openfl.system.SecurityDomain")
|
||||
{ return hx::Object::operator new(inSize,inContainer,inName); }
|
||||
inline void *operator new(size_t inSize, int extra)
|
||||
{ return hx::Object::operator new(inSize+extra,false,"openfl.system.SecurityDomain"); }
|
||||
|
||||
inline static hx::ObjectPtr< SecurityDomain_obj > __new() {
|
||||
hx::ObjectPtr< SecurityDomain_obj > __this = new SecurityDomain_obj();
|
||||
__this->__construct();
|
||||
return __this;
|
||||
}
|
||||
|
||||
inline static hx::ObjectPtr< SecurityDomain_obj > __alloc(hx::Ctx *_hx_ctx) {
|
||||
SecurityDomain_obj *__this = (SecurityDomain_obj*)(hx::Ctx::alloc(_hx_ctx, sizeof(SecurityDomain_obj), false, "openfl.system.SecurityDomain"));
|
||||
*(void **)__this = SecurityDomain_obj::_hx_vtable;
|
||||
{
|
||||
HX_STACKFRAME(&_hx_pos_708c5fba9d37bf54_23_new)
|
||||
}
|
||||
|
||||
return __this;
|
||||
}
|
||||
|
||||
static void * _hx_vtable;
|
||||
static Dynamic __CreateEmpty();
|
||||
static Dynamic __Create(hx::DynamicArray inArgs);
|
||||
//~SecurityDomain_obj();
|
||||
|
||||
HX_DO_RTTI_ALL;
|
||||
static bool __GetStatic(const ::String &inString, Dynamic &outValue, hx::PropertyAccess inCallProp);
|
||||
static bool __SetStatic(const ::String &inString, Dynamic &ioValue, hx::PropertyAccess inCallProp);
|
||||
static void __register();
|
||||
bool _hx_isInstanceOf(int inClassId);
|
||||
::String __ToString() const { return HX_("SecurityDomain",44,64,95,10); }
|
||||
|
||||
static void __boot();
|
||||
static ::Dynamic __meta__;
|
||||
static ::openfl::_hx_system::SecurityDomain currentDomain;
|
||||
};
|
||||
|
||||
} // end namespace openfl
|
||||
} // end namespace system
|
||||
|
||||
#endif /* INCLUDED_openfl_system_SecurityDomain */
|
||||
Reference in New Issue
Block a user