Exemple #1
0
Variant Object::o_argval(bool byRef, CStrRef propName,
                         bool error /* = true */, CStrRef context /* = null_string */) {
    if (!byRef) {
        return o_get(propName, error, context);
    } else {
        return strongBind(o_lval(propName, context));
    }
}
Exemple #2
0
void c_DateTime::t___wakeup() {
  t___construct(o_get(s__date_time));
  unsetProp(getVMClass(), s__date_time.get());
}