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

/external/webkit/Source/JavaScriptCore/runtime/
H A DJSAPIValueWrapper.h37 virtual bool isAPIValueWrapper() const { return true; } function in class:JSC::JSAPIValueWrapper
H A DJSZombie.h47 virtual bool isAPIValueWrapper() const { ASSERT_NOT_REACHED(); return false; } function in class:JSC::JSZombie
H A DJSCell.h90 virtual bool isAPIValueWrapper() const { return false; } function in class:JSC::JSCell
H A DJSObject.h275 using JSCell::isAPIValueWrapper;
/external/webkit/Source/JavaScriptCore/API/
H A DAPICast.h71 if (jsCell->isAPIValueWrapper())
/external/webkit/Source/JavaScriptCore/heap/
H A DHeap.cpp329 if (cell->isAPIValueWrapper())

Completed in 111 milliseconds