DregexpConstructor

Undocumented in source.

Constructors

this
this(CallContext* cc)
Undocumented in source.

Members

Functions

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.
CanPut
int CanPut(d_string PropertyName)
Undocumented in source. Be warned that the author may not have intended to support it.
Construct
void* Construct(CallContext* cc, Value* ret, Value[] arglist)
Undocumented in source. Be warned that the author may not have intended to support it.
Delete
int Delete(d_string PropertyName)
Undocumented in source. Be warned that the author may not have intended to support it.
Get
Value* Get(d_string PropertyName)
Undocumented in source. Be warned that the author may not have intended to support it.
HasProperty
int HasProperty(d_string PropertyName)
Undocumented in source. Be warned that the author may not have intended to support it.
Put
Value* Put(CallContext* cc, d_string PropertyName, Value* value, uint attributes)
Undocumented in source. Be warned that the author may not have intended to support it.
Put
Value* Put(CallContext* cc, d_string PropertyName, Dobject o, uint attributes)
Undocumented in source. Be warned that the author may not have intended to support it.
Put
Value* Put(CallContext* cc, d_string PropertyName, d_number n, uint attributes)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

perlAlias
d_string perlAlias(d_string s)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

dollar
Value*[10] dollar;
Undocumented in source.
index
Value* index;
Undocumented in source.
input
Value* input;
Undocumented in source.
lastIndex
Value* lastIndex;
Undocumented in source.
lastMatch
Value* lastMatch;
Undocumented in source.
lastParen
Value* lastParen;
Undocumented in source.
leftContext
Value* leftContext;
Undocumented in source.
multiline
Value* multiline;
Undocumented in source.
rightContext
Value* rightContext;
Undocumented in source.

Inherited Members

From Dfunction

name
const(char)[] name;
Undocumented in source.
scopex
Dobject[] scopex;
Undocumented in source.
getTypeof
immutable(char)[] getTypeof()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.
HasInstance
void* HasInstance(CallContext* cc, Value* ret, Value* v)
Undocumented in source. Be warned that the author may not have intended to support it.
isFunction
Dfunction isFunction(Value* v, CallContext* cc)
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.

Meta