Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/parsing/
Dparse-info.cc259 case EXTENSION_CODE: in CreateScript()
/third_party/node/deps/v8/src/common/
Dglobals.h963 enum NativesFlag { NOT_NATIVES_CODE, EXTENSION_CODE, INSPECTOR_CODE }; enumerator
/third_party/node/deps/v8/src/codegen/
Dcompiler.cc3095 } else if (maybe_result.is_null() && natives != EXTENSION_CODE) { in Compile()
/third_party/node/deps/v8/src/init/
Dbootstrapper.cc4146 ScriptCompiler::kNoCompileOptions, EXTENSION_CODE); in CompileExtension()