Searched refs:asBooleanObject (Results 1 – 4 of 4) sorted by relevance
66 if (asBooleanObject(thisValue)->internalValue() == jsBoolean(false)) in booleanProtoFuncToString()69 ASSERT(asBooleanObject(thisValue)->internalValue() == jsBoolean(true)); in booleanProtoFuncToString()82 return JSValue::encode(asBooleanObject(thisValue)->internalValue()); in booleanProtoFuncValueOf()
40 BooleanObject* asBooleanObject(JSValue);42 inline BooleanObject* asBooleanObject(JSValue value) in asBooleanObject() function
267 ret = QVariant(asBooleanObject(value)->internalValue().toBoolean(exec)); in convertValueToQVariant()
6334 (JSC::asBooleanObject):14648 (JSC::asBooleanObject):28119 (JSC::asBooleanObject): Added.28122 (JSC::booleanProtoFuncToString): Use asBooleanObject.