Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/runtime/
DOperations.h52 RefPtr<JSString::Rope> rope = JSString::Rope::createOrNull(ropeLength); in jsString()
70 RefPtr<JSString::Rope> rope = JSString::Rope::createOrNull(ropeLength); in jsString()
88 RefPtr<JSString::Rope> rope = JSString::Rope::createOrNull(ropeLength); in jsString()
114 RefPtr<JSString::Rope> rope = JSString::Rope::createOrNull(ropeLength); in jsString()
146 RefPtr<JSString::Rope> rope = JSString::Rope::createOrNull(ropeLength); in jsString()
DJSString.h124 static PassRefPtr<Rope> createOrNull(unsigned ropeLength) in createOrNull() function
/external/webkit/JavaScriptCore/
DChangeLog5274 (JSC::JSString::Rope::createOrNull):