summaryrefslogtreecommitdiff
path: root/gjs/context-private.h
Commit message (Expand)AuthorAgeFilesLines
* maint: Fix header includes once and for allPhilip Chimento2019-06-081-7/+12
* maint: Unify header guard style across all headersPhilip Chimento2019-06-081-3/+3
* profiler: record duration of GC sweepsChristian Hergert2019-06-061-1/+4
* context: Use Heap pointers for GC objects stored in vectorsPhilip Chimento2019-05-151-2/+3
* context: Change EnvironmentPreparer to protected inheritancePhilip Chimento2019-04-131-1/+1
* object: Port object_init_list to GCVectorPhilip Chimento2019-04-131-0/+9
* context: Use tracing for promise job queuePhilip Chimento2019-04-131-1/+1
* gtype: Port weak pointer hash table to WeakCachePhilip Chimento2019-04-131-1/+19
* fundamental: Fix broken hash tablePhilip Chimento2019-02-101-0/+18
* js: Move all functions requiring GjsContext out of jsapi-utilPhilip Chimento2018-12-011-1/+9
* context: Move atoms to a separate classPhilip Chimento2018-11-051-8/+5
* context: Move all private context methods to C++ classPhilip Chimento2018-11-051-40/+118
* js: Introduce annotations for using return valuesPhilip Chimento2018-10-301-0/+6
* object: Queue a forced GC when toggling downGeorges Basile Stavracas Neto2018-04-181-1/+1
* context: Add API to force GC scheduleGeorges Basile Stavracas Neto2018-04-181-0/+2
* promise: Report unhandled rejectionsPhilip Chimento2017-07-191-0/+8
* promise: Move to native promisesPhilip Chimento2017-07-191-0/+5
* js: Remove JSRuntimePhilip Chimento2017-07-091-0/+6
* maint: Use correct mode lines in all filesPhilip Chimento2017-04-161-1/+1
* function: Perform dirty exit at FFI boundaryPhilip Chimento2017-03-071-0/+3
* context: Private method to get owner threadPhilip Chimento2017-03-071-0/+2
* js: Call JS_Init() and JS_ShutDown()Philip Chimento2016-12-091-3/+0
* js: Don't exit immediately from System.exit()Philip Chimento2016-12-091-0/+8
* build: Make a jsapi.h "system header" wrapperPhilip Chimento2016-10-211-1/+0
* js: Prefer bool to gbooleanPhilip Chimento2016-09-271-1/+1
* context: add a private method to schedule a GC if neededCosimo Cecchi2014-04-101-0/+3
* Fix assertions during context disposeColin Walters2014-02-101-0/+35