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

/external/webkit/Source/JavaScriptCore/runtime/
H A DJSObject.h222 bool isUsingInlineStorage() const { return static_cast<const void*>(m_propertyStorage) == static_cast<const void*>(this + 1); } function in class:JSC::JSObject
419 if (!isUsingInlineStorage())
461 inline bool Structure::isUsingInlineStorage() const function in class:JSC::Structure

Completed in 106 milliseconds