source: webkit/trunk/Source/JavaScriptCore/tools/FunctionOverrides.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @294468   3 years cdumez Add find()/reverseFind()/contains() overloads takes an ASCIILiteral to …
(edit) @292939   3 years cdumez Leverage StringView in more places to avoid some String allocations …
(edit) @292879   3 years cdumez Drop inefficient String::append() overloads …
(edit) @291800   3 years cdumez String's find() / reverseFind() / replace() should take in a …
(edit) @291779   3 years cdumez Prepare JSC for making the String(const char*) constructor explicit …
(edit) @291123   3 years cdumez Optimize further the passing of data across threads …
(edit) @284533   4 years commit-queue Do not use strerror() https://bugs.webkit.org/show_bug.cgi?id=231913
(edit) @278093   4 years cdumez Use UncheckedLock even less in JavaScriptCore
(edit) @277909   4 years cdumez Stop using holdLock() in JSC as it is not compatible with Clang thread …
(edit) @264304   5 years keith_miller Clean up SourceProvider and add caller relative load script to jsc.cpp …
(edit) @249841   6 years mark.lam We should assert $vm is enabled on entry and exit in its functions. …
(edit) @249808   6 years mark.lam Harden JSC against the abuse of runtime options. …
(edit) @249518   6 years ysuzuki [JSC] FunctionOverrides should have a lock to ensure concurrent access …
(edit) @248552   6 years weinig Replace multiparameter overloads of append() in StringBuilder as a …
(edit) @239569   6 years keith_miller SourceProviders should use an actual URL instead of a string …
(edit) @219115   8 years commit-queue Cleanup some StringBuilder use …
(edit) @218794   8 years annulen Remove excessive headers from JavaScriptCore
(edit) @212365   8 years utatane.tea [JSC] Drop PassRefPtr https://bugs.webkit.org/show_bug.cgi?id=168320
(edit) @210149   8 years utatane.tea Propagate the source origin as much as possible …
(edit) @203299   9 years mark.lam FunctionOverride's parseClause() needs to keep the CString instance in …
(edit) @202737   9 years mark.lam Update JSC_functionOverrides to handle the new SourceCode strings that …
(edit) @202242   9 years krollin Remove RefPtr::release() and change calls sites to use WTFMove() …
(edit) @194017   9 years akling CachedScript could have a copy-free path for all-ASCII scripts. …
(edit) @184325   10 years commit-queue Clean up some possible RefPtr to PassRefPtr churn …
(edit) @184291   10 years joepeck Pass String as reference in more places …
(add) @182903   10 years mark.lam Add JSC_functionOverrides=<overrides file> debugging tool. …
Note: See TracRevisionLog for help on using the revision log.