Home
last modified time | relevance | path

Searched refs:NOT_NATIVES_CODE (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/parsing/
Dparse-info.h240 NativesFlag natives = NOT_NATIVES_CODE);
Dparse-info.cc265 case NOT_NATIVES_CODE: in CreateScript()
/third_party/node/deps/v8/src/codegen/
Dcompiler.cc2885 natives == NOT_NATIVES_CODE; in Compile()
2923 flags_copy, source, script_details, NOT_NATIVES_CODE, nullptr, isolate, in Compile()
3077 isolate, natives == NOT_NATIVES_CODE, language_mode, in Compile()
3214 NOT_NATIVES_CODE, arguments); in Compile()
/third_party/node/deps/v8/src/debug/
Ddebug-evaluate.cc38 ScriptCompiler::kNoCacheNoReason, NOT_NATIVES_CODE); in GetFunctionInfo()
Ddebug-interface.cc842 i::FLAG_expose_inspector_scripts ? i::NOT_NATIVES_CODE in CompileInspectorScript()
/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/api/
Dapi.cc2517 no_cache_reason, i::NOT_NATIVES_CODE); in CompileUnboundInternal()
2527 no_cache_reason, i::NOT_NATIVES_CODE); in CompileUnboundInternal()
2534 i::NOT_NATIVES_CODE); in CompileUnboundInternal()