Example #1
0
 internal UndefinedReferenceException(JsLookup lookup, JsContext context)
 {
     m_lookup  = lookup;
     m_name    = lookup.Name;
     m_type    = lookup.RefType;
     m_context = context;
 }
 internal UndefinedReferenceException(JsLookup lookup, JsContext context)
 {
     m_lookup = lookup;
     m_name = lookup.Name;
     m_type = lookup.RefType;
     m_context = context;
 }