dmdscript.dregexp

Undocumented in source.

Members

Classes

Dregexp
class Dregexp
Undocumented in source.
DregexpConstructor
class DregexpConstructor
Undocumented in source.
DregexpPrototype
class DregexpPrototype
Undocumented in source.

Enums

EXEC_STRING
anonymousenum EXEC_STRING
Undocumented in source.

Functions

Dregexp_prototype_compile
void* Dregexp_prototype_compile(Dobject pthis, CallContext* cc, Dobject othis, Value* ret, Value[] arglist)
Undocumented in source. Be warned that the author may not have intended to support it.
Dregexp_prototype_exec
void* Dregexp_prototype_exec(Dobject pthis, CallContext* cc, Dobject othis, Value* ret, Value[] arglist)
Undocumented in source. Be warned that the author may not have intended to support it.
Dregexp_prototype_test
void* Dregexp_prototype_test(Dobject pthis, CallContext* cc, Dobject othis, Value* ret, Value[] arglist)
Undocumented in source. Be warned that the author may not have intended to support it.
Dregexp_prototype_toString
void* Dregexp_prototype_toString(Dobject pthis, CallContext* cc, Dobject othis, Value* ret, Value[] arglist)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta