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

/external/webkit/Source/JavaScriptCore/API/
H A DAPICast.h68 JSC::JSCell* jsCell = reinterpret_cast<JSC::JSCell*>(const_cast<OpaqueJSValue*>(v)); local
69 if (!jsCell)
71 if (jsCell->isAPIValueWrapper())
72 return static_cast<JSC::JSAPIValueWrapper*>(jsCell)->value();
73 return jsCell;
84 JSC::JSCell* jsCell = reinterpret_cast<JSC::JSCell*>(const_cast<OpaqueJSValue*>(v)); local
85 if (!jsCell)
87 return jsCell;
/external/webkit/Source/JavaScriptCore/bytecode/
H A DInstruction.h131 u.jsCell.clear();
140 u.jsCell.clear();
154 Instruction(JSGlobalData& globalData, JSCell* owner, JSCell* jsCell) argument
156 u.jsCell.clear();
157 u.jsCell.set(globalData, owner, jsCell);
167 WriteBarrierBase<JSCell> jsCell; member in union:JSC::Instruction::__anon14337

Completed in 84 milliseconds