Ignore:
Timestamp:
Apr 25, 2013, 11:59:50 AM (12 years ago)
Author:
[email protected]
Message:

Make checkSyntax take a VM instead of an ExecState

RS=Tim

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/runtime/Completion.h

    r148849 r149130  
    3232    class JSScope;
    3333    class SourceCode;
     34    class VM;
    3435
    35     JS_EXPORT_PRIVATE bool checkSyntax(ExecState*, const SourceCode&, ParserError&);
     36    JS_EXPORT_PRIVATE bool checkSyntax(VM&, const SourceCode&, ParserError&);
    3637    JS_EXPORT_PRIVATE bool checkSyntax(ExecState*, const SourceCode&, JSValue* exception = 0);
    3738    JS_EXPORT_PRIVATE JSValue evaluate(ExecState*, const SourceCode&, JSValue thisValue = JSValue(), JSValue* exception = 0);
Note: See TracChangeset for help on using the changeset viewer.