Changeset 156668 in webkit for trunk/Source/JavaScriptCore/llint/LLIntSlowPaths.cpp
- Timestamp:
- Sep 30, 2013, 11:58:51 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/llint/LLIntSlowPaths.cpp
r156602 r156668 477 477 if (!regExp->isValid()) 478 478 LLINT_THROW(createSyntaxError(exec, "Invalid flag supplied to RegExp constructor.")); 479 LLINT_RETURN(RegExpObject::create(vm, exec->lexicalGlobalObject() , exec->lexicalGlobalObject()->regExpStructure(), regExp));479 LLINT_RETURN(RegExpObject::create(vm, exec->lexicalGlobalObject()->regExpStructure(), regExp)); 480 480 } 481 481
Note:
See TracChangeset
for help on using the changeset viewer.