Searched defs:isJSArray (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DJSArray.h282 inline bool isJSArray(JSCell* cell) { return cell->classInfo() == &JSArray::s_info; } function in namespace:JSC
283 inline bool isJSArray(JSValue v) { return v.isCell() && isJSArray(v.asCell()); } function in namespace:JSC
/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGArrayMode.h218 bool isJSArray() const function in class:JSC::DFG::ArrayMode
/macosx-10.9.5/WebCore-7537.78.1/bridge/qt/
H A Dqt_runtime.cpp154 static bool isJSArray(JSObjectRef object) function in namespace:JSC::Bindings

Completed in 176 milliseconds