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

/external/webkit/Source/JavaScriptCore/runtime/
H A DJSString.h96 append(jsString->m_other.m_fibers[i]);
219 m_other.m_fibers[0] = rope.leakRef();
309 m_other.m_finalizerCallback = finalizer;
310 m_other.m_finalizerContext = context;
318 if (m_other.m_finalizerCallback)
319 m_other.m_finalizerCallback(this, m_other.m_finalizerContext);
323 RopeImpl::deref(m_other.m_fibers[i]);
368 m_other.m_fibers[index++] = impl;
375 RopeImpl::Fiber fiber = jsString->m_other
430 } m_other; member in class:JSC::JSString
[all...]
/external/webkit/Source/WebCore/bindings/v8/
H A DV8GCController.cpp211 GroupId(void* other) : m_type(OtherType), m_other(other) {}
222 return new UnspecifiedGroup(m_other);
238 void* m_other; member in union:WebCore::GroupId::__anon14507

Completed in 174 milliseconds