DregexpPrototype

Undocumented in source.
class DregexpPrototype : Dregexp {}

Constructors

this
this()
Undocumented in source.

Inherited Members

From Dregexp

global
Value* global;
Undocumented in source.
ignoreCase
Value* ignoreCase;
Undocumented in source.
multiline
Value* multiline;
Undocumented in source.
lastIndex
Value* lastIndex;
Undocumented in source.
source
Value* source;
Undocumented in source.
re
RegExp re;
Undocumented in source.
Call
void* Call(CallContext* cc, Dobject othis, Value* ret, Value[] arglist)
Undocumented in source. Be warned that the author may not have intended to support it.
isRegExp
Dregexp isRegExp(Value* v)
Undocumented in source. Be warned that the author may not have intended to support it.
exec
void* exec(Dobject othis, Value* ret, Value[] arglist, int rettype)
Undocumented in source. Be warned that the author may not have intended to support it.
getConstructor
Dfunction getConstructor()
Undocumented in source. Be warned that the author may not have intended to support it.
getPrototype
Dobject getPrototype()
Undocumented in source. Be warned that the author may not have intended to support it.
initialize
void initialize()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta