Home | History | Annotate | Download | only in v8

Lines Matching refs:stringImpl

306         return StringImpl::empty();
353 return StringImpl::empty();
381 typedef HashMap<StringImpl*, v8::String*> StringCache;
393 StringImpl* stringImpl = static_cast<StringImpl*>(parameter);
394 ASSERT(getStringCache().contains(stringImpl));
395 getStringCache().remove(stringImpl);
397 stringImpl->deref();
402 StringImpl* stringImpl = string.impl();
403 if (!stringImpl || !stringImpl->length())
410 v8::String* cachedV8String = stringCache.get(stringImpl);
426 stringImpl->ref();
427 wrapper.MakeWeak(stringImpl, cachedStringCallback);
428 stringCache.set(stringImpl, *wrapper);