Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/bindings/js/
DJSSQLResultSetRowListCustom.cpp45 int index = finiteInt32Value(exec->argument(0), exec, indexOk); in item()
DJSHTMLOptionsCollectionCustom.cpp79 int index = finiteInt32Value(exec->argument(1), exec, ok); in add()
DJSDOMBinding.h242 inline int32_t finiteInt32Value(JSC::JSValue value, JSC::ExecState* exec, bool& okay) in finiteInt32Value() function
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0651783 finiteInt32Value to the bindings to maintain current behaviour.
51788 (WebCore::finiteInt32Value):