Home
last modified time | relevance | path

Searched refs:lastStringImpl (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/bindings/v8/
DV8Binding.h82 extern RefPtr<StringImpl> lastStringImpl;
95 if (lastStringImpl.get() == stringImpl) { in v8ExternalString()
DV8Binding.cpp468 RefPtr<StringImpl> lastStringImpl = 0; variable
484 lastStringImpl = stringImpl; in v8ExternalStringSlow()
502 lastStringImpl = stringImpl; in v8ExternalStringSlow()
DV8GCController.cpp450 lastStringImpl = 0; in gcPrologue()