Home
last modified time | relevance | path

Searched refs:raw_context_data (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/snapshot/
H A Dcode-serializer.cc165 Object raw_context_data = script_obj.context_data(); in SerializeObjectImpl() local
166 if (raw_context_data != roots.undefined_value() && in SerializeObjectImpl()
167 raw_context_data != roots.uninitialized_symbol()) { in SerializeObjectImpl()
170 context_data = handle(raw_context_data, isolate()); in SerializeObjectImpl()

Completed in 2 milliseconds