dmdscript v2.1.0 (2021-12-16T21:42:33Z)
Dub
Repo
ErrorValue
dmdscript
dobject
Undocumented in source.
class
ErrorValue : Exception {
Value
value
;
this
(CallContext* cc, Value* vptr);
}
Constructors
this
this
(CallContext* cc, Value* vptr)
Undocumented in source.
Members
Variables
value
Value
value
;
Undocumented in source.
Meta
Source
See Implementation
dmdscript
dobject
classes
Dobject
DobjectConstructor
DobjectPrototype
ErrorValue
functions
Dobject_prototype_hasOwnProperty
Dobject_prototype_isPrototypeOf
Dobject_prototype_propertyIsEnumerable
Dobject_prototype_toLocaleString
Dobject_prototype_toSource
Dobject_prototype_toString
Dobject_prototype_valueOf
dobject_init