Searched refs:asBooleanObject (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DBooleanObject.h51 BooleanObject* asBooleanObject(JSValue);
53 inline BooleanObject* asBooleanObject(JSValue value) function in namespace:JSC
H A DBooleanPrototype.cpp86 if (asBooleanObject(thisValue)->internalValue() == jsBoolean(false))
89 ASSERT(asBooleanObject(thisValue)->internalValue() == jsBoolean(true));
102 return JSValue::encode(asBooleanObject(thisValue)->internalValue());

Completed in 195 milliseconds