HomeSort by relevance Sort by last modified time
    Searched defs:jsCell (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/JavaScriptCore/API/
APICast.h 68 JSC::JSCell* jsCell = reinterpret_cast<JSC::JSCell*>(const_cast<OpaqueJSValue*>(v));
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))
    [all...]
  /external/webkit/Source/JavaScriptCore/bytecode/
Instruction.h 53 class JSCell;
70 void set(JSGlobalData& globalData, JSCell* owner, PolymorphicAccessStructureListStubRoutineType _stubRoutine, Structure* _base)
78 void set(JSGlobalData& globalData, JSCell* owner, PolymorphicAccessStructureListStubRoutineType _stubRoutine, Structure* _base, Structure* _proto)
86 void set(JSGlobalData& globalData, JSCell* owner, PolymorphicAccessStructureListStubRoutineType _stubRoutine, Structure* _base, StructureChain* _chain)
95 PolymorphicAccessStructureList(JSGlobalData& globalData, JSCell* owner, PolymorphicAccessStructureListStubRoutineType stubRoutine, Structure* firstBase)
100 PolymorphicAccessStructureList(JSGlobalData& globalData, JSCell* owner, PolymorphicAccessStructureListStubRoutineType stubRoutine, Structure* firstBase, Structure* firstProto)
105 PolymorphicAccessStructureList(JSGlobalData& globalData, JSCell* owner, PolymorphicAccessStructureListStubRoutineType stubRoutine, Structure* firstBase, StructureChain* firstChain)
131 u.jsCell.clear();
140 u.jsCell.clear();
144 Instruction(JSGlobalData& globalData, JSCell* owner, Structure* structure
    [all...]

Completed in 20 milliseconds