Changeset 127393 in webkit for trunk/Source/JavaScriptCore/llint/LLIntSlowPaths.h
- Timestamp:
- Sep 2, 2012, 2:27:23 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/llint/LLIntSlowPaths.h
r127333 r127393 203 203 LLINT_SLOW_PATH_HIDDEN_DECL(slow_path_get_pnames); 204 204 LLINT_SLOW_PATH_HIDDEN_DECL(slow_path_next_pname); 205 LLINT_SLOW_PATH_HIDDEN_DECL(slow_path_push_ scope);205 LLINT_SLOW_PATH_HIDDEN_DECL(slow_path_push_with_scope); 206 206 LLINT_SLOW_PATH_HIDDEN_DECL(slow_path_pop_scope); 207 LLINT_SLOW_PATH_HIDDEN_DECL(slow_path_push_n ew_scope);207 LLINT_SLOW_PATH_HIDDEN_DECL(slow_path_push_name_scope); 208 208 LLINT_SLOW_PATH_HIDDEN_DECL(slow_path_throw); 209 209 LLINT_SLOW_PATH_HIDDEN_DECL(slow_path_throw_reference_error);
Note:
See TracChangeset
for help on using the changeset viewer.