Home
last modified time | relevance | path

Searched refs:TYPE_EXTENSION (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dscript.h44 TYPE_EXTENSION = 1, enumerator
/third_party/node/deps/v8/src/parsing/
Dparse-info.cc260 script->set_type(Script::TYPE_EXTENSION); in CreateScript()
/third_party/node/deps/v8/src/snapshot/
Dsnapshot.cc242 Script::TYPE_EXTENSION) { in ClearReconstructableDataForSerialization()
277 Script::TYPE_EXTENSION) { in ClearReconstructableDataForSerialization()
/third_party/node/deps/v8/src/init/
Dbootstrapper.cc126 extensions_cache_(Script::TYPE_EXTENSION) {} in Bootstrapper()