Lines Matching defs:natives
2797 ScriptDetails script_details, NativesFlag natives,
2802 script_details.origin_options, natives);
2811 const ScriptDetails& script_details, NativesFlag natives,
2820 NewScript(isolate, &parse_info, source, script_details, natives);
2879 NativesFlag natives) {
2885 natives == NOT_NATIVES_CODE;
2969 ScriptCompiler::NoCacheReason no_cache_reason, NativesFlag natives) {
3069 natives)) {
3077 isolate, natives == NOT_NATIVES_CODE, language_mode,
3086 CompileScriptOnMainThread(flags, source, script_details, natives,
3095 } else if (maybe_result.is_null() && natives != EXTENSION_CODE) {
3109 ScriptCompiler::NoCacheReason no_cache_reason, NativesFlag natives) {
3112 compile_options, no_cache_reason, natives);
3119 ScriptCompiler::CompileOptions compile_options, NativesFlag natives) {
3122 compile_options, ScriptCompiler::kNoCacheBecauseV8Extension, natives);
3130 ScriptCompiler::NoCacheReason no_cache_reason, NativesFlag natives) {
3133 compile_options, no_cache_reason, natives);
3142 ScriptCompiler::NoCacheReason no_cache_reason, NativesFlag natives) {
3145 compile_options, no_cache_reason, natives);