Home
last modified time | relevance | path

Searched refs:noValue (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/page/
DEventSource.cpp300 bool noValue = fieldLength < 0; in parseEventStreamLine() local
302 String field(&m_receiveBuf[bufPos], noValue ? lineLength : fieldLength); in parseEventStreamLine()
304 if (noValue) in parseEventStreamLine()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2009-06-165706 Replaced calls to noValue() with calls to JSValue() (which is what
5707 noValue() returned). Removed noValue().
6709 (JSC::noValue):
14263 add for null. The first time, this should return the null (or noValue).
14325 to-boolean conversion used to test for noValue() - effectively forcing us
14326 to represent noValue() as 0. This would potentially be problematic were we
14329 immediate integer 0 would conflict with noValue()).
14979 (JSC::noValue):
27753 (JSC::DebuggerCallFrame::DebuggerCallFrame): Call noValue.
27755 (JSC::JSGlobalData::JSGlobalData): Call noValue.
[all …]
DChangeLog-2010-05-2424268 (JSC::JIT::unlinkCall): Use NULL instead of JSValue noValue.
/external/webkit/Source/WebKit/mac/
DChangeLog-2010-01-296082 Replaced calls to noValue() with calls to JSValue() (which is what
6083 noValue() returned). Removed noValue().
14114 (-[WebScriptCallFrame evaluateWebScript:]): Ditto. And noValue.
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1613557 Replaced calls to noValue() with calls to JSValue() (which is what
13558 noValue() returned). Removed noValue().
77080 (WebCore::setDOMException): Use noValue.
77086 (WebCore::showModalDialog): Use noValue.
77102 (windowProtoFuncOpen): Use noValue.
77110 (WebCore::JSAbstractEventListener::handleEvent): Use noValue.
77137 (WebCore::JSJavaScriptCallFrame::evaluate): Use noValue.
77170 (WebCore::JSSQLResultSetRowList::item): Use noValue.
77186 (WebCore::ScriptController::evaluate): Use noValue.
77208 (JavaInstance::invokeMethod): Ditto. And noValue.
[all …]