Changeset 153823 in webkit for trunk/Source/JavaScriptCore/interpreter/Interpreter.h
- Timestamp:
- Aug 8, 2013, 9:38:31 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/interpreter/Interpreter.h
r153457 r153823 223 223 JSString* stackTraceAsString(ExecState*, Vector<StackFrame>); 224 224 225 static EncodedJSValue JSC_HOST_CALL constructWithErrorConstructor(ExecState*); 226 static EncodedJSValue JSC_HOST_CALL callErrorConstructor(ExecState*); 227 static EncodedJSValue JSC_HOST_CALL constructWithNativeErrorConstructor(ExecState*); 228 static EncodedJSValue JSC_HOST_CALL callNativeErrorConstructor(ExecState*); 229 225 230 void dumpSampleData(ExecState* exec); 226 231 void startSampling();
Note:
See TracChangeset
for help on using the changeset viewer.