Searched refs:NativesFlag (Results 1 – 3 of 3) sorted by relevance
401 enum NativesFlag { NOT_NATIVES_CODE, NATIVES_CODE }; enum
695 NativesFlag is_natives_code);
1141 ScriptCompiler::CompileOptions compile_options, NativesFlag natives) { in CompileScript()