diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2010-05-10 09:58:20 -0700 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2010-05-10 09:58:20 -0700 |
commit | 615d8906226ffc56238b44141cdb3374f47e805a (patch) | |
tree | 3850f314701edf5156ec52f296eac9f38959bbfe /deps/v8/src/serialize.cc | |
parent | 8ab238e7de8429961ce4d6fd9114555e5df90a13 (diff) | |
download | node-new-615d8906226ffc56238b44141cdb3374f47e805a.tar.gz |
Upgrade V8 to 2.2.9
Diffstat (limited to 'deps/v8/src/serialize.cc')
-rw-r--r-- | deps/v8/src/serialize.cc | 22 |
1 files changed, 7 insertions, 15 deletions
diff --git a/deps/v8/src/serialize.cc b/deps/v8/src/serialize.cc index 68412677f4..dcaa101155 100644 --- a/deps/v8/src/serialize.cc +++ b/deps/v8/src/serialize.cc @@ -414,44 +414,36 @@ void ExternalReferenceTable::PopulateTable() { UNCLASSIFIED, 19, "compare_doubles"); - Add(ExternalReference::compile_array_pop_call().address(), - UNCLASSIFIED, - 20, - "compile_array_pop"); - Add(ExternalReference::compile_array_push_call().address(), - UNCLASSIFIED, - 21, - "compile_array_push"); #ifndef V8_INTERPRETED_REGEXP Add(ExternalReference::re_case_insensitive_compare_uc16().address(), UNCLASSIFIED, - 22, + 20, "NativeRegExpMacroAssembler::CaseInsensitiveCompareUC16()"); Add(ExternalReference::re_check_stack_guard_state().address(), UNCLASSIFIED, - 23, + 21, "RegExpMacroAssembler*::CheckStackGuardState()"); Add(ExternalReference::re_grow_stack().address(), UNCLASSIFIED, - 24, + 22, "NativeRegExpMacroAssembler::GrowStack()"); Add(ExternalReference::re_word_character_map().address(), UNCLASSIFIED, - 25, + 23, "NativeRegExpMacroAssembler::word_character_map"); #endif // V8_INTERPRETED_REGEXP // Keyed lookup cache. Add(ExternalReference::keyed_lookup_cache_keys().address(), UNCLASSIFIED, - 26, + 24, "KeyedLookupCache::keys()"); Add(ExternalReference::keyed_lookup_cache_field_offsets().address(), UNCLASSIFIED, - 27, + 25, "KeyedLookupCache::field_offsets()"); Add(ExternalReference::transcendental_cache_array_address().address(), UNCLASSIFIED, - 28, + 26, "TranscendentalCache::caches()"); } |