Searched defs:jsCell (Results 1 – 2 of 2) sorted by relevance
68 JSC::JSCell* jsCell = reinterpret_cast<JSC::JSCell*>(const_cast<OpaqueJSValue*>(v)); in toJS() local84 JSC::JSCell* jsCell = reinterpret_cast<JSC::JSCell*>(const_cast<OpaqueJSValue*>(v)); in toJSForGC() local
167 WriteBarrierBase<JSCell> jsCell; member