Commit 227bd4d6 authored by Dylan Trotter's avatar Dylan Trotter

Init accidentally missing ReferenceErrorType class.

parent 8e4cd62c
......@@ -124,6 +124,7 @@ var builtinTypes = map[*Type]*builtinTypeInfo{
PendingDeprecationWarningType: {global: true},
PropertyType: {init: initPropertyType, global: true},
rangeIteratorType: {init: initRangeIteratorType, global: true},
ReferenceErrorType: {global: true},
RuntimeErrorType: {global: true},
RuntimeWarningType: {global: true},
seqIteratorType: {init: initSeqIteratorType},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment