Home
last modified time | relevance | path

Searched refs:shared_function_info_table_ (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/web-snapshot/
Dweb-snapshot.h383 Handle<ObjectHashTable> shared_function_info_table_; variable
Dweb-snapshot.cc1786 shared_function_info_table_ = ObjectHashTable::Put( in CreateJSFunction()
1787 shared_function_info_table_, in CreateJSFunction()
1822 shared_function_info_table_ = ObjectHashTable::New(isolate_, function_count_); in DeserializeFunctions()
1829 raw.set_shared_function_info_table(*shared_function_info_table_); in DeserializeFunctions()