Changeset 200321 in webkit for trunk/Source/JavaScriptCore/runtime/JSGlobalObjectFunctions.h
- Timestamp:
- May 2, 2016, 5:01:31 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/JSGlobalObjectFunctions.h
r184642 r200321 50 50 EncodedJSValue JSC_HOST_CALL globalFuncUnescape(ExecState*); 51 51 EncodedJSValue JSC_HOST_CALL globalFuncThrowTypeError(ExecState*); 52 EncodedJSValue JSC_HOST_CALL globalFuncThrowTypeErrorArgumentsAndCaller(ExecState*); 52 53 EncodedJSValue JSC_HOST_CALL globalFuncProtoGetter(ExecState*); 53 54 EncodedJSValue JSC_HOST_CALL globalFuncProtoSetter(ExecState*);
Note:
See TracChangeset
for help on using the changeset viewer.