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

/external/webkit/Source/JavaScriptCore/runtime/
H A DJSTypeInfo.h68 bool needsThisConversion() const { return m_flags & NeedsThisConversion; } function in class:JSC::TypeInfo
H A DStructure.h281 inline bool JSValue::needsThisConversion() const function in class:JSC::JSValue
285 return asCell()->structure()->typeInfo().needsThisConversion();

Completed in 16 milliseconds