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

/external/webkit/JavaScriptCore/runtime/
H A DJSImmediate.h665 static ALWAYS_INLINE bool canDoFastUrshift(JSValue v1, JSValue v2) function in class:JSC::JSFastMath
672 ASSERT(canDoFastRshift(val, shift) || canDoFastUrshift(val, shift));

Completed in 10 milliseconds