Home
last modified time | relevance | path

Searched refs:asBooleanObject (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
DBooleanPrototype.cpp66 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()
DBooleanObject.h40 BooleanObject* asBooleanObject(JSValue);
42 inline BooleanObject* asBooleanObject(JSValue value) in asBooleanObject() function
/external/webkit/Source/WebCore/bridge/qt/
Dqt_runtime.cpp267 ret = QVariant(asBooleanObject(value)->internalValue().toBoolean(exec)); in convertValueToQVariant()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2009-06-166334 (JSC::asBooleanObject):
14648 (JSC::asBooleanObject):
28119 (JSC::asBooleanObject): Added.
28122 (JSC::booleanProtoFuncToString): Use asBooleanObject.