source: webkit/trunk/Source/JavaScriptCore/API@ 292487

Name Size Rev Age Author Last Change
../
glib 292487   3 years cdumez Start replacing String(const char*) constructor with a …
tests 291779   3 years cdumez Prepare JSC for making the String(const char*) constructor explicit …
APICallbackFunction.h 5.4 KB 267518   5 years ysuzuki [JSC] Simply some of template-specialized host functions by defining …
APICast.h 5.6 KB 270665   4 years tzagallo Removing unnecessary locking from JSValue API functions …
APIUtils.h 2.6 KB 251425   6 years ysuzuki [JSC] Thread JSGlobalObject* instead of ExecState* …
JavaScript.h 1.6 KB 197983   9 years keith_miller Typed Arrays have no public facing API …
JavaScriptCore.h 1.7 KB 271317   4 years ap JavaScriptCore API headers contain project style includes …
JSAPIGlobalObject.cpp 2.5 KB 291779   3 years cdumez Prepare JSC for making the String(const char*) constructor explicit …
JSAPIGlobalObject.h 3.2 KB 290129   3 years mark.lam Split IsoSubspace into a GCClient allocator used by VM and a backend …
JSAPIGlobalObject.mm 12.2 KB 292118   3 years cdumez Optimize the construction of a JSC::Identifier from an ASCIILiteral …
JSAPIValueWrapper.cpp 1.3 KB 291779   3 years cdumez Prepare JSC for making the String(const char*) constructor explicit …
JSAPIValueWrapper.h 2.3 KB 290129   3 years mark.lam Split IsoSubspace into a GCClient allocator used by VM and a backend …
JSAPIWrapperObject.h 2.1 KB 273138   4 years mark.lam Implement a GC verifier. …
JSAPIWrapperObject.mm 6.9 KB 291779   3 years cdumez Prepare JSC for making the String(const char*) constructor explicit …
JSBase.cpp 8.4 KB 292193   3 years cdumez Adopt Identifier::fromString(ASCIILiteral) more broadly …
JSBase.h 7.5 KB 249304   6 years krollin Remove 32-bit macOS support …
JSBaseInternal.h 1.6 KB 251425   6 years ysuzuki [JSC] Thread JSGlobalObject* instead of ExecState* …
JSBasePrivate.h 3.3 KB 283286   4 years basuke.suzuki [JSC] Add objectTypeCounts to JSGetMemoryUsageStatistics …
JSCallbackConstructor.cpp 2.9 KB 291779   3 years cdumez Prepare JSC for making the String(const char*) constructor explicit …
JSCallbackConstructor.h 3.2 KB 290129   3 years mark.lam Split IsoSubspace into a GCClient allocator used by VM and a backend …
JSCallbackFunction.cpp 2.7 KB 291779   3 years cdumez Prepare JSC for making the String(const char*) constructor explicit …
JSCallbackFunction.h 2.5 KB 290129   3 years mark.lam Split IsoSubspace into a GCClient allocator used by VM and a backend …
JSCallbackObject.cpp 7.5 KB 291779   3 years cdumez Prepare JSC for making the String(const char*) constructor explicit …
JSCallbackObject.h 9.4 KB 290129   3 years mark.lam Split IsoSubspace into a GCClient allocator used by VM and a backend …
JSCallbackObjectFunctions.h 32.0 KB 278589   4 years shvaikalesh Unreviewed, reland r276592 with a fix for put() override in prototype …
JSClassRef.cpp 8.4 KB 263635   5 years ggaren Rename initializeThreading to initialize …
JSClassRef.h 5.3 KB 251425   6 years ysuzuki [JSC] Thread JSGlobalObject* instead of ExecState* …
JSContext.h 8.1 KB 260366   5 years darin Use #import instead of #include in Objective-C and don't use #pragma …
JSContext.mm 12.9 KB 275648   4 years mark.lam Rename and make the TerminationException a singleton. …
JSContextInternal.h 2.3 KB 273610   4 years cdumez Reduce explicit usage of [objC retain] in WebKit …
JSContextPrivate.h 5.6 KB 271813   4 years cdumez Update availability annotations to match the macOS 11.0 and iOS 14.0 …
JSContextRef.cpp 13.3 KB 283844   4 years stephan.szabo [JSC] Add private C API for JSGlobalObject::setEvalEnabled …
JSContextRef.h 6.4 KB 243376   6 years timothy Change macosx() to macos() in WK_API... and JSC_API... macros. …
JSContextRefInspectorSupport.h 1.7 KB 275850   4 years don.olmstead Inspector code is wrongly including some private headers …
JSContextRefInternal.h 2.2 KB 243376   6 years timothy Change macosx() to macos() in WK_API... and JSC_API... macros. …
JSContextRefPrivate.h 6.8 KB 283844   4 years stephan.szabo [JSC] Add private C API for JSGlobalObject::setEvalEnabled …
JSCTestRunnerUtils.cpp 2.5 KB 261895   5 years ross.kirsling REGRESSION(r261755): Win/Linux non-unified builds have hundreds of …
JSCTestRunnerUtils.h 1.8 KB 191530   10 years msaboff REGRESSION (r179357-r179359): WebContent Crash using AOL Mail @ …
JSExport.h 6.2 KB 234563   7 years commit-queue Fix spelling of "overridden" …
JSHeapFinalizerPrivate.cpp 1.9 KB 261755   5 years ross.kirsling [IWYU] Remove unnecessary includes from JSC implementation files …
JSHeapFinalizerPrivate.h 1.8 KB 253423   5 years ysuzuki [JSC] IsoHeapCellType should have destroy function member instead of …
JSLockRef.cpp 1.8 KB 271415   4 years don.olmstead Non-unified build fixes mid January 2021 edition …
JSLockRefPrivate.h 2.0 KB 270659   4 years tzagallo Add a JSC API to allow acquiring the JSLock …
JSManagedValue.h 3.0 KB 243376   6 years timothy Change macosx() to macos() in WK_API... and JSC_API... macros. …
JSManagedValue.mm 6.5 KB 273138   4 years mark.lam Implement a GC verifier. …
JSManagedValueInternal.h 1.6 KB 163574   11 years mhahnenberg JSManagedValue should automatically call …
JSMarkingConstraintPrivate.cpp 3.4 KB 273138   4 years mark.lam Implement a GC verifier. …
JSMarkingConstraintPrivate.h 1.9 KB 216078   8 years fpizlo JSC C API should expose GC marking constraints and weak references …
JSObjectRef.cpp 29.5 KB 292118   3 years cdumez Optimize the construction of a JSC::Identifier from an ASCIILiteral …
JSObjectRef.h 41.7 KB 266236   5 years keith_miller JSClassRef should work with JS class syntax. …
JSObjectRefPrivate.h 3.6 KB 246265   6 years keith_miller Make new Symbol/Promise API public …
JSRemoteInspector.cpp 2.6 KB 222309   8 years commit-queue [Win] WTF: Add alias for process id to use in place of direct uses of …
JSRemoteInspector.h 2.3 KB 282413   4 years ross.kirsling [Win] JSRemoteInspector.h missing stdint include …
JSRemoteInspectorServer.cpp 1.7 KB 278185   4 years darin Next step toward using std::optional directly instead of through …
JSRemoteInspectorServer.h 1.6 KB 257809   5 years ross.kirsling Introduce JSRemoteInspectorServerStart API for socket-based RWI. …
JSRetainPtr.h 5.7 KB 288379   3 years commit-queue Build failure with g++ 12: std::exchange undefined …
JSScript.h 4.9 KB 247403   6 years keith_miller Add API to get all the dependencies of a given JSScript …
JSScript.mm 12.0 KB 291779   3 years cdumez Prepare JSC for making the String(const char*) constructor explicit …
JSScriptInternal.h 1.8 KB 260366   5 years darin Use #import instead of #include in Objective-C and don't use #pragma …
JSScriptRef.cpp 5.7 KB 264304   5 years keith_miller Clean up SourceProvider and add caller relative load script to jsc.cpp …
JSScriptRefPrivate.h 5.2 KB 162918   11 years joepeck -[JSContext evaluteScript:] calls JSEvaluteScript with …
JSScriptSourceProvider.h 2.0 KB 261569   5 years ross.kirsling Fix existing usage of final/override/virtual in JSC and WTF …
JSScriptSourceProvider.mm 1.7 KB 244143   6 years tzagallo Add support for incremental bytecode cache updates …
JSStringRef.cpp 4.2 KB 263635   5 years ggaren Rename initializeThreading to initialize …
JSStringRef.h 5.7 KB 206734   9 years commit-queue JSStringRef should define JSChar without platform checks …
JSStringRefBSTR.cpp 1.9 KB 165676   11 years mjs .: Replace "Apple Computer, Inc." with "Apple Inc." in copyright …
JSStringRefBSTR.h 2.3 KB 165676   11 years mjs .: Replace "Apple Computer, Inc." with "Apple Inc." in copyright …
JSStringRefCF.cpp 3.0 KB 263635   5 years ggaren Rename initializeThreading to initialize …
JSStringRefCF.h 2.4 KB 271317   4 years ap JavaScriptCore API headers contain project style includes …
JSStringRefPrivate.h 1.6 KB 152052   12 years andersca Add JSStringCreateWithCharactersNoCopy SPI …
JSTypedArray.cpp 15.1 KB 291779   3 years cdumez Prepare JSC for making the String(const char*) constructor explicit …
JSTypedArray.h 11.9 KB 243376   6 years timothy Change macosx() to macos() in WK_API... and JSC_API... macros. …
JSValue.h 27.0 KB 281737   4 years heycam Miscellaneous typo fixes …
JSValue.mm 41.7 KB 292487   3 years cdumez Start replacing String(const char*) constructor with a …
JSValueInternal.h 2.3 KB 239933   6 years keith_miller JSC should have a module loader API …
JSValuePrivate.h 1.5 KB 246265   6 years keith_miller Make new Symbol/Promise API public …
JSValueRef.cpp 14.1 KB 270719   4 years tzagallo REGRESSION (r270665): testapi failing on JSC bots …
JSValueRef.h 15.6 KB 272170   4 years ysuzuki [JSC] Implement BigInt64Array and BigUint64Array …
JSVirtualMachine.h 3.5 KB 230961   7 years keith_miller Update API docs with information on which run loop the VM will use …
JSVirtualMachine.mm 12.3 KB 279179   4 years keith_miller add/removeManagedReference:withOwner: should have autoreleasepools …
JSVirtualMachineInternal.h 2.2 KB 273138   4 years mark.lam Implement a GC verifier. …
JSVirtualMachinePrivate.h 3.9 KB 275374   4 years tzagallo Remove use of ENABLE from API header …
JSWeakObjectMapRefInternal.h 2.3 KB 181297   10 years akling Stale entries in WeakGCMaps are keeping tons of WeakBlocks alive …
JSWeakObjectMapRefPrivate.cpp 3.3 KB 261755   5 years ross.kirsling [IWYU] Remove unnecessary includes from JSC implementation files …
JSWeakObjectMapRefPrivate.h 3.8 KB 207542   9 years mitz [Xcode] JavaScriptCore fails to build when …
JSWeakPrivate.cpp 2.2 KB 261755   5 years ross.kirsling [IWYU] Remove unnecessary includes from JSC implementation files …
JSWeakPrivate.h 1.8 KB 216684   8 years fpizlo JSWeakCreate/Retain/Release should take a JSContextGroupRef and not a …
JSWeakValue.cpp 2.9 KB 261895   5 years ross.kirsling REGRESSION(r261755): Win/Linux non-unified builds have hundreds of …
JSWeakValue.h 2.8 KB 230025   7 years carlosgc [JSC] Move WeakValueRef class to its own file and use it from Objc and …
JSWrapperMap.h 1.9 KB 244323   6 years commit-queue Unreviewed, rolling out r243672. …
JSWrapperMap.mm 28.0 KB 292487   3 years cdumez Start replacing String(const char*) constructor with a …
MarkedJSValueRefArray.cpp 2.5 KB 273138   4 years mark.lam Implement a GC verifier. …
MarkedJSValueRefArray.h 2.6 KB 273138   4 years mark.lam Implement a GC verifier. …
ObjCCallbackFunction.h 3.3 KB 290129   3 years mark.lam Split IsoSubspace into a GCClient allocator used by VM and a backend …
ObjCCallbackFunction.mm 27.4 KB 292487   3 years cdumez Start replacing String(const char*) constructor with a …
ObjcRuntimeExtras.h 8.7 KB 274764   4 years darin [Cocoa] Make it possible to release a WKWebView on a non-main thread …
OpaqueJSString.cpp 3.5 KB 261755   5 years ross.kirsling [IWYU] Remove unnecessary includes from JSC implementation files …
OpaqueJSString.h 3.7 KB 237009   7 years yusukesuzuki [JSC] Rename createXXX to tryCreateXXX if it can return RefPtr …
WebKitAvailability.h 1.6 KB 248697   6 years krollin Remove support for macOS < 10.13 …
Note: See TracBrowser for help on using the repository browser.