Changeset 149130 in webkit for trunk/Source/JavaScriptCore/runtime/Completion.h
- Timestamp:
- Apr 25, 2013, 11:59:50 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/Completion.h
r148849 r149130 32 32 class JSScope; 33 33 class SourceCode; 34 class VM; 34 35 35 JS_EXPORT_PRIVATE bool checkSyntax( ExecState*, const SourceCode&, ParserError&);36 JS_EXPORT_PRIVATE bool checkSyntax(VM&, const SourceCode&, ParserError&); 36 37 JS_EXPORT_PRIVATE bool checkSyntax(ExecState*, const SourceCode&, JSValue* exception = 0); 37 38 JS_EXPORT_PRIVATE JSValue evaluate(ExecState*, const SourceCode&, JSValue thisValue = JSValue(), JSValue* exception = 0);
Note:
See TracChangeset
for help on using the changeset viewer.