Home
last modified time | relevance | path

Searched defs:deserializing_user_code (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/snapshot/
H A Ddeserializer.h119 bool deserializing_user_code() const { return deserializing_user_code_; } in deserializing_user_code() function in v8::internal::Deserializer
H A Ddeserializer.cc238 Deserializer(IsolateT* isolate, base::Vector<const byte> payload, uint32_t magic_number, bool deserializing_user_code, bool can_rehash) Deserializer() argument
350 StringTableInsertionKey( Isolate* isolate, Handle<String> string, DeserializingUserCodeOption deserializing_user_code) StringTableInsertionKey() argument
361 StringTableInsertionKey( LocalIsolate* isolate, Handle<String> string, DeserializingUserCodeOption deserializing_user_code) StringTableInsertionKey() argument
[all...]

Completed in 4 milliseconds