Searched defs:cause (Results 1 – 3 of 3) sorted by relevance
40 let err = new ctor("message", { cause: "error cause" }); property51 let err2 = new AggregateError([], "message", { cause: "error cause" }); property
179 … JSHandle<JSTaggedValue> cause = JSObject::GetProperty(thread, options, causeKey).GetValue(); in ErrorCommonConstructor() local
172 … JSHandle<JSTaggedValue> cause = JSObject::GetProperty(thread, options, causeKey).GetValue(); in AggregateErrorConstructor() local