Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/web-snapshot/
Dweb-snapshot.h363 Handle<FixedArray> functions_handle_; variable
Dweb-snapshot.cc1255 functions_handle_ = empty_array; in WebSnapshotDeserializer()
1272 functions_ = *functions_handle_; in UpdatePointers()
1813 functions_handle_ = factory()->NewFixedArray(function_count_); in DeserializeFunctions()
1814 functions_ = *functions_handle_; in DeserializeFunctions()