summaryrefslogtreecommitdiff
path: root/gjs/jsapi-util-error.cpp
Commit message (Expand)AuthorAgeFilesLines
* maint: Fix header includes once and for allPhilip Chimento2019-06-081-8/+8
* maint: Remove C-style NULLs from some filesPhilip Chimento2019-06-081-1/+1
* build: Annotate all unused argumentsPhilip Chimento2019-05-071-4/+1
* context: Move atoms to a separate classPhilip Chimento2018-11-051-3/+4
* js: Replace GjsAutoJSChar with JS::UniqueCharsPhilip Chimento2018-10-131-3/+4
* jsapi-util: Remove use of gjs_get_import_global()Philip Chimento2018-10-131-2/+0
* gerror: Split gjs_throw_g_error()Philip Chimento2018-10-091-21/+15
* jsapi-util-error: Remove unused variablePhilip Chimento2018-10-091-1/+0
* js: Remove JSProto_StopIterationPhilip Chimento2018-07-281-4/+4
* js: Remove context from GjsAutoJSCharPhilip Chimento2018-01-211-2/+2
* jsapi-util-string: Use mozjs UTF8-to-JSString conversionPhilip Chimento2017-11-191-2/+2
* jsapi-util: Remove jsapi-privatePhilip Chimento2017-10-031-0/+41
* error: Use JSProtoKey to get Error constructorPhilip Chimento2017-10-031-12/+13
* Backport of patch required for JSObject compare to nullptrluke.nukem.jones@gmail.com2017-07-301-1/+1
* js: Replace error reporter callbacksPhilip Chimento2017-07-091-0/+29
* js: Report warnings and errors with encodingPhilip Chimento2017-07-091-5/+3
* maint: Use correct mode lines in all filesPhilip Chimento2017-04-161-1/+1
* js: Refactor gjs_object_*_property()Philip Chimento2017-01-261-3/+2
* jsapi-util-error: Allow throwing custom 'name' propertyPhilip Chimento2016-12-271-7/+24
* js: Remove deprecated JS_GetGlobalForScopeChainPhilip Chimento2016-12-091-1/+1
* js: No need to use .address() in new APIPhilip Chimento2016-12-091-1/+1
* js: Adapt to mozjs31 HandleValueArray APIsPhilip Chimento2016-12-091-3/+4
* jsapi-util-error: Root misc functionsPhilip Chimento2016-10-271-11/+11
* js: Remove the concept of a "context global"Philip Chimento2016-10-251-1/+1
* build: Fix various compiler warningsPhilip Chimento2016-10-211-0/+1
* build: Make a jsapi.h "system header" wrapperPhilip Chimento2016-10-211-1/+1
* js: Root gjs_string_from_utf8()Philip Chimento2016-10-201-2/+3
* js: Prefer bool to gbooleanPhilip Chimento2016-09-271-1/+1
* js: Discontinue usage of JSBoolPhilip Chimento2016-09-271-3/+3
* compat: Remove use of JS_GetGlobalObject definePhilip Chimento2016-09-211-1/+1
* js: Remove use of JSVAL_* macrosPhilip Chimento2016-09-211-4/+4
* js: Replace all jsval by JS::ValuePhilip Chimento2016-09-211-1/+1
* Don't use JS_SetGlobalObject/GetGlobalObjectJasper St. Pierre2014-09-291-2/+1
* jsapi-util-error: Enter the global object compartmentSam Spilsbury2014-01-171-0/+2
* build: rename all c file to cppTim Lunn2013-10-291-0/+186