summaryrefslogtreecommitdiff
path: root/test/gjs-test-call-args.cpp
Commit message (Expand)AuthorAgeFilesLines
* maint: Add copyright notices based on major file contributorsPhilip Chimento2020-11-301-0/+1
* maint: Add dual MIT/LGPL license to all GJS files that didn't have onePhilip Chimento2020-10-041-0/+2
* tests: Fix specifics in tests to match SpiderMonkey 78 outputPhilip Chimento2020-08-111-4/+4
* test: Mark that g_assertion_message() does not normally returnPhilip Chimento2020-07-041-0/+6
* Merge branch '298-use-correct-asserts' into 'master'Philip Chimento2020-05-211-8/+10
|\
| * tests: Don't use g_assert and g_assert_not_reached in testsPhilip Chimento2020-05-091-8/+10
* | jsapi-util-args: Use args.requireAtLeast()Philip Chimento2020-05-161-3/+4
|/
* js: Remove jsapi-wrapper.hPhilip Chimento2020-01-191-3/+15
* js: Use JS::SourceText to store source codePhilip Chimento2020-01-191-2/+14
* maint: Fix header includes once and for allPhilip Chimento2019-06-081-3/+5
* js: Replace GjsAutoJSChar with JS::UniqueCharsPhilip Chimento2018-10-131-7/+12
* test: Split test utility function into filePhilip Chimento2018-09-011-2/+3
* js: Misc mozjs60 API changesPhilip Chimento2018-07-281-2/+2
* js: Replace JS_FS with JS_FNPhilip Chimento2018-07-281-30/+29
* js: Remove context from GjsAutoJSCharPhilip Chimento2018-01-211-16/+10
* tests: Don't compare Rooted<T> against NULLPhilip Chimento2018-01-201-3/+3
* js: Use correct autoptr in gjs_string_to_filename()Philip Chimento2017-07-181-23/+29
* tests: Refactor to avoid error reporterPhilip Chimento2017-07-091-7/+4
* js: Global object is implicit in many functionsPhilip Chimento2017-07-091-6/+2
* jsapi-util-args: Functions with only optional argsPhilip Chimento2017-03-281-0/+14
* maint: Fix memory leaksPhilip Chimento2017-02-271-0/+2
* js: No need to use .address() in new APIPhilip Chimento2016-12-091-2/+2
* js: Remove remaining usage of JSBoolPhilip Chimento2016-12-091-1/+1
* test: Root misc functions in testsPhilip Chimento2016-11-051-2/+6
* js: Remove the concept of a "context global"Philip Chimento2016-10-251-3/+3
* build: Make a jsapi.h "system header" wrapperPhilip Chimento2016-10-211-1/+1
* tests: Consolidate fixture codePhilip Chimento2016-10-201-46/+6
* jsapi-util: Rooting-safe gjs_parse_call_args()Philip Chimento2016-10-201-0/+423