openfl
Version:
A fast, productive library for 2D cross-platform development.
33 lines (26 loc) • 3.3 kB
JavaScript
// Enum: openfl.utils._internal.format.amf3.AMF3Value
var $global = typeof window != "undefined" ? window : typeof global != "undefined" ? global : typeof self != "undefined" ? self : this
$global.Object.defineProperty(exports, "__esModule", {value: true});
// Imports
var $estr = require("./../../../../../estr_stub").default;
var $hxEnums = require("./../../../../../hxEnums_stub").default;
// Definition
var AMF3Value = $hxEnums["openfl.utils._internal.format.amf3.AMF3Value"] = { __ename__ : "openfl.utils._internal.format.amf3.AMF3Value", __constructs__ : ["AUndefined","ANull","ABool","AInt","ANumber","AString","ADate","AObject","AExternal","AArray","AIntVector","AFloatVector","AObjectVector","AXml","AByteArray","AMap"]
,AXml: ($_=function(x) { return {_hx_index:13,x:x,__enum__:"openfl.utils._internal.format.amf3.AMF3Value",toString:$estr}; },$_.__params__ = ["x"],$_)
,AUndefined: {_hx_index:0,__enum__:"openfl.utils._internal.format.amf3.AMF3Value",toString:$estr}
,AString: ($_=function(s) { return {_hx_index:5,s:s,__enum__:"openfl.utils._internal.format.amf3.AMF3Value",toString:$estr}; },$_.__params__ = ["s"],$_)
,AObjectVector: ($_=function(v,type) { return {_hx_index:12,v:v,type:type,__enum__:"openfl.utils._internal.format.amf3.AMF3Value",toString:$estr}; },$_.__params__ = ["v","type"],$_)
,AObject: ($_=function(fields,size,className) { return {_hx_index:7,fields:fields,size:size,className:className,__enum__:"openfl.utils._internal.format.amf3.AMF3Value",toString:$estr}; },$_.__params__ = ["fields","size","className"],$_)
,ANumber: ($_=function(f) { return {_hx_index:4,f:f,__enum__:"openfl.utils._internal.format.amf3.AMF3Value",toString:$estr}; },$_.__params__ = ["f"],$_)
,ANull: {_hx_index:1,__enum__:"openfl.utils._internal.format.amf3.AMF3Value",toString:$estr}
,AMap: ($_=function(m) { return {_hx_index:15,m:m,__enum__:"openfl.utils._internal.format.amf3.AMF3Value",toString:$estr}; },$_.__params__ = ["m"],$_)
,AIntVector: ($_=function(v) { return {_hx_index:10,v:v,__enum__:"openfl.utils._internal.format.amf3.AMF3Value",toString:$estr}; },$_.__params__ = ["v"],$_)
,AInt: ($_=function(i) { return {_hx_index:3,i:i,__enum__:"openfl.utils._internal.format.amf3.AMF3Value",toString:$estr}; },$_.__params__ = ["i"],$_)
,AFloatVector: ($_=function(v) { return {_hx_index:11,v:v,__enum__:"openfl.utils._internal.format.amf3.AMF3Value",toString:$estr}; },$_.__params__ = ["v"],$_)
,AExternal: ($_=function(o) { return {_hx_index:8,o:o,__enum__:"openfl.utils._internal.format.amf3.AMF3Value",toString:$estr}; },$_.__params__ = ["o"],$_)
,ADate: ($_=function(d) { return {_hx_index:6,d:d,__enum__:"openfl.utils._internal.format.amf3.AMF3Value",toString:$estr}; },$_.__params__ = ["d"],$_)
,AByteArray: ($_=function(ba) { return {_hx_index:14,ba:ba,__enum__:"openfl.utils._internal.format.amf3.AMF3Value",toString:$estr}; },$_.__params__ = ["ba"],$_)
,ABool: ($_=function(b) { return {_hx_index:2,b:b,__enum__:"openfl.utils._internal.format.amf3.AMF3Value",toString:$estr}; },$_.__params__ = ["b"],$_)
,AArray: ($_=function(values,extra) { return {_hx_index:9,values:values,extra:extra,__enum__:"openfl.utils._internal.format.amf3.AMF3Value",toString:$estr}; },$_.__params__ = ["values","extra"],$_)
};
exports.default = AMF3Value;