Home
last modified time | relevance | path

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

/external/v8/src/
Dcompiler.h676 NativesFlag is_natives_code, bool is_module);
Dglobals.h532 enum NativesFlag { NOT_NATIVES_CODE, NATIVES_CODE }; enum
Dcompiler.cc1432 ScriptCompiler::CompileOptions compile_options, NativesFlag natives, in CompileScript()