Home
last modified time | relevance | path

Searched refs:NativesFlag (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dglobals.h401 enum NativesFlag { NOT_NATIVES_CODE, NATIVES_CODE }; enum
Dcompiler.h695 NativesFlag is_natives_code);
Dcompiler.cc1141 ScriptCompiler::CompileOptions compile_options, NativesFlag natives) { in CompileScript()