Lines Matching full:jscell
35 class JSCell : public NoncopyableCustomAllocated {
49 explicit JSCell(Structure*);
50 virtual ~JSCell();
128 inline JSCell::JSCell(Structure* structure)
133 inline JSCell::~JSCell()
138 inline bool JSCell::isNumber() const
144 inline bool JSCell::isObject() const
149 inline bool JSCell::isString() const
154 inline Structure* JSCell::structure() const
159 inline void JSCell::markChildren(MarkStack&)
163 inline void* JSCell::operator new(size_t size, JSGlobalData* globalData)
168 inline void* JSCell::operator new(size_t size, ExecState* exec)
231 ALWAYS_INLINE JSCell* JSValue::asCell() const
328 ALWAYS_INLINE void MarkStack::append(JSCell* cell)
353 inline Heap* Heap::heap(JSCell* c)