Ignore:
Timestamp:
Oct 14, 2021, 7:24:50 AM (4 years ago)
Author:
[email protected]
Message:

Unreviewed, reverting r284151.
https://bugs.webkit.org/show_bug.cgi?id=231740

WTR

Reverted changeset:

"Test coverage for JSC shadow realms implementation"
https://bugs.webkit.org/show_bug.cgi?id=230602
https://commits.webkit.org/r284151

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/runtime/JSGlobalObjectFunctions.cpp

    r284151 r284159  
    493493
    494494    SourceOrigin sourceOrigin = callFrame->callerSourceOrigin(vm);
    495     EvalExecutable* eval = IndirectEvalExecutable::tryCreate(globalObject, makeSource(s, sourceOrigin), DerivedContextType::None, false, EvalContextType::None);
     495    EvalExecutable* eval = IndirectEvalExecutable::create(globalObject, makeSource(s, sourceOrigin), DerivedContextType::None, false, EvalContextType::None);
    496496    EXCEPTION_ASSERT(!!scope.exception() == !eval);
    497497    if (!eval)
Note: See TracChangeset for help on using the changeset viewer.