Searched refs:resolveRope (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DJSString.cpp83 void JSRopeString::resolveRope(ExecState* exec) const function in class:JSC::JSRopeString
232 resolveRope(exec);
H A DJSString.h329 JS_EXPORT_PRIVATE void resolveRope(ExecState*) const;
378 static_cast<const JSRopeString*>(this)->resolveRope(exec);
385 static_cast<const JSRopeString*>(this)->resolveRope(0);

Completed in 89 milliseconds