- 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, CallContext* cc)
Undocumented in source. Be warned that the author may not have intended to support it.
- exec
void* exec(Dobject othis, CallContext* cc, Value* ret, Value[] arglist, int rettype)
Undocumented in source. Be warned that the author may not have intended to support it.
- getConstructor
Dfunction getConstructor(CallContext* cc)
Undocumented in source. Be warned that the author may not have intended to support it.
- getPrototype
Dobject getPrototype(CallContext* cc)
Undocumented in source. Be warned that the author may not have intended to support it.
- initialize
void initialize(CallContext* cc)
Undocumented in source. Be warned that the author may not have intended to support it.