mirror of https://github.com/boa-dev/boa.git
Browse Source
The following step was missing from our `RegExp` constructor implementation: ``` 5. Else if patternIsRegExp is true, then a. Let P be ? Get(pattern, "source"). b. If flags is undefined, then i. Let F be ? Get(pattern, "flags"). c. Else, i. Let F be flags. ```pull/3309/head
Haled Odat
1 year ago
committed by
GitHub
1 changed files with 30 additions and 15 deletions
Loading…
Reference in new issue