Michael Hoffmann f5f541337c Create bindings for RegExp (#580)
* Create bindings for RegExp

* Address review comments

- Split the constructor into two: `new` and `new_regexp`. This way we
  can write RegExp::new("foo", "g") rather than
  RegExp::new(&JsValue::from("foo"), "g").

- The js_name for the setter for lastIndex should be `lastIndex` and
  not `set_lastIndex`. But fixing this causes a panic. Remove the
  method for now.
2018-07-29 16:13:42 -07:00
..
2018-07-25 16:33:44 -05:00
2018-07-25 16:33:44 -05:00
2018-07-25 16:33:44 -05:00
2018-07-25 16:33:44 -05:00
2018-07-25 16:55:11 -07:00
2018-07-25 18:50:30 -05:00
2018-07-20 12:43:07 -07:00
2018-07-25 16:33:44 -05:00
2018-07-20 12:56:32 -07:00
2018-07-25 18:50:30 -05:00
2018-07-21 23:06:36 +02:00
2018-07-25 16:33:44 -05:00
2018-07-25 18:50:30 -05:00
2018-07-29 16:13:42 -07:00
2018-07-20 13:46:22 -07:00
2018-07-25 16:33:44 -05:00
2018-07-20 15:23:56 -07:00
2018-07-20 15:35:15 -07:00
2018-07-20 15:35:15 -07:00
2018-07-21 20:07:55 -07:00
2018-07-25 16:33:44 -05:00
2018-07-29 16:13:42 -07:00
2018-07-20 15:44:15 -07:00
2018-07-25 18:50:30 -05:00
2018-07-25 16:33:44 -05:00
2018-07-25 16:33:44 -05:00
2018-07-20 17:07:00 -07:00
2018-07-25 16:33:44 -05:00