Searched refs:internalValue (Results 1 - 8 of 8) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
H A DJSWrapperObject.h36 JSValue internalValue() const;
58 inline JSValue JSWrapperObject::internalValue() const function in class:JSC::JSWrapperObject
H A DBooleanPrototype.cpp66 if (asBooleanObject(thisValue)->internalValue() == jsBoolean(false))
69 ASSERT(asBooleanObject(thisValue)->internalValue() == jsBoolean(true));
82 return JSValue::encode(asBooleanObject(thisValue)->internalValue());
H A DStringObject.cpp55 if (internalValue()->getStringPropertySlot(exec, propertyName, slot))
62 if (internalValue()->getStringPropertySlot(exec, propertyName, slot))
69 if (internalValue()->getStringPropertyDescriptor(exec, propertyName, descriptor))
87 if (isStrictUInt32 && internalValue()->canGetIndex(i))
94 int size = internalValue()->length();
H A DNumberObject.cpp42 return internalValue();
H A DStringObject.h46 JSString* internalValue() const { return asString(JSWrapperObject::internalValue());} function in class:JSC::StringObject
H A DDateInstance.h37 double internalNumber() const { return internalValue().uncheckedGetNumber(); }
H A DDatePrototype.cpp577 return JSValue::encode(asDateInstance(thisValue)->internalValue());
/external/webkit/Source/WebCore/bridge/qt/
H A Dqt_runtime.cpp267 ret = QVariant(asBooleanObject(value)->internalValue().toBoolean(exec));

Completed in 639 milliseconds