Searched refs:ignoreOptions (Results 1 – 1 of 1) sorted by relevance
88 bool append(v8::Local<v8::Value> value, unsigned ignoreOptions = 0) { in append() argument90 if ((ignoreOptions & IgnoreNull) && value->IsNull()) return true; in append()91 if ((ignoreOptions & IgnoreUndefined) && value->IsUndefined()) return true; in append()