Home | History | Annotate | Download | only in API

Lines Matching full:jscell

69     JSC::JSCell* jsCell = reinterpret_cast<JSC::JSCell*>(const_cast<OpaqueJSValue*>(v));
70 if (!jsCell)
72 if (jsCell->isAPIValueWrapper())
73 return static_cast<JSC::JSAPIValueWrapper*>(jsCell)->value();
74 return jsCell;
85 JSC::JSCell* jsCell = reinterpret_cast<JSC::JSCell*>(const_cast<OpaqueJSValue*>(v));
86 if (!jsCell)
88 return jsCell;