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

/external/webkit/Source/JavaScriptCore/interpreter/
H A DInterpreter.cpp372 static NEVER_INLINE bool isInvalidParamForInstanceOf(CallFrame* callFrame, JSValue value, JSValue& exceptionData) function in namespace:JSC
2115 if (isInvalidParamForInstanceOf(callFrame, baseVal, exceptionValue))
2141 ASSERT(!isInvalidParamForInstanceOf(callFrame, baseVal, exceptionValue));

Completed in 60 milliseconds