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

Name Size Rev Age Author Last Change
../
glib 277958   4 years cdumez Drop CheckedLock / CheckedCondition aliases …
tests 277967   4 years darin Remove StringBuilder::appendLiteral …
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.4 KB 268271   5 years keith_miller Finalizers shouldn't run if events can't fire …
JSAPIGlobalObject.h 3.2 KB 273225   4 years keith_miller Implement the Top-level await proposal …
JSAPIGlobalObject.mm 12.1 KB 273225   4 years keith_miller Implement the Top-level await proposal …
JSAPIValueWrapper.cpp 1.2 KB 273299   4 years don.olmstead Non-unified build fixes late February 2021 edition …
JSAPIValueWrapper.h 2.3 KB 271269   4 years shvaikalesh [JSC] Simplify get*PropertyNames() methods and EnumerationMode …
JSAPIWrapperObject.h 2.1 KB 273138   4 years mark.lam Implement a GC verifier. …
JSAPIWrapperObject.mm 6.9 KB 273138   4 years mark.lam Implement a GC verifier. …
JSBase.cpp 8.0 KB 272980   4 years ysuzuki [JSC] Remove unnecessary hack for iOS7 …
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.2 KB 271560   4 years ysuzuki Add JSC API configuring GC signals in Linux …
JSCallbackConstructor.cpp 2.9 KB 267594   5 years ysuzuki [JSC] Introduce JSC_DECLARE_HOST_FUNCTION / JSC_DEFINE_HOST_FUNCTION …
JSCallbackConstructor.h 3.2 KB 260744   5 years ross.kirsling [JSC] CallData/ConstructData should include CallType/ConstructType …
JSCallbackFunction.cpp 2.7 KB 267594   5 years ysuzuki [JSC] Introduce JSC_DECLARE_HOST_FUNCTION / JSC_DEFINE_HOST_FUNCTION …
JSCallbackFunction.h 2.5 KB 242123   6 years mark.lam Remove poisons in JSCPoison and uses of them. …
JSCallbackObject.cpp 7.5 KB 273138   4 years mark.lam Implement a GC verifier. …
JSCallbackObject.h 9.3 KB 277920   4 years cdumez Replace LockHolder with Locker in local variables …
JSCallbackObjectFunctions.h 31.8 KB 277665   4 years keith_miller Temporarily revert r276592 as it breaks some native apps …
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.0 KB 277437   4 years darin Remove StringBuilder::appendNumber …
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.3 KB 271813   4 years cdumez Update availability annotations to match the macOS 11.0 and iOS 14.0 …
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.6 KB 274609   4 years ross.kirsling [JSC] Error#cause should apply to WebAssembly error constructors too …
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 243376   6 years timothy Change macosx() to macos() in WK_API... and JSC_API... macros. …
JSRemoteInspectorServer.cpp 1.7 KB 270057   5 years yoshiaki.jitsukawa Unreviewed build fix.
JSRemoteInspectorServer.h 1.6 KB 257809   5 years ross.kirsling Introduce JSRemoteInspectorServerStart API for socket-based RWI. …
JSRetainPtr.h 5.7 KB 267761   5 years darin Refactor test runner code to cut down on copy/paste code and …
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 277535   4 years cdumez Drop FileSystem::fileMetadata() / fileMetadataFollowingSymlinks() …
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 14.3 KB 272170   4 years ysuzuki [JSC] Implement BigInt64Array and BigUint64Array …
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 246265   6 years keith_miller Make new Symbol/Promise API public …
JSValue.mm 41.6 KB 277920   4 years cdumez Replace LockHolder with Locker in local variables …
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.5 KB 277958   4 years cdumez Drop CheckedLock / CheckedCondition aliases …
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.4 KB 273194   4 years cdumez Review remaining usage of autorelease to make sure it is necessary …
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 252875   5 years ysuzuki [JSC] InternalFunction should be non-destructible …
ObjCCallbackFunction.mm 27.3 KB 267594   5 years ysuzuki [JSC] Introduce JSC_DECLARE_HOST_FUNCTION / JSC_DEFINE_HOST_FUNCTION …
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.