Searched refs:is_native (Results 1 - 11 of 11) sorted by relevance

/external/v8/src/
H A Dobjects-debug.cc802 bool is_native = RegExpImpl::UsesNativeRegExp(); local
811 (is_native ? one_byte_data->IsCode() : one_byte_data->IsByteArray()));
814 (is_native ? uc16_data->IsCode() : uc16_data->IsByteArray()));
H A Dcompiler.h142 bool is_native() const;
H A Dcompiler.cc66 PARSE_INFO_GETTER(bool, is_native)
323 return is_sloppy(language_mode()) && !is_native();
/external/v8/src/full-codegen/
H A Dfull-codegen.h690 bool is_native() { return info_->is_native(); } function in class:v8::internal::FullCodeGenerator
H A Dfull-codegen.cc441 DeclareGlobalsNativeFlag::encode(is_native()) |
/external/v8/src/runtime/
H A Druntime-scopes.cc128 bool is_native = DeclareGlobalsNativeFlag::decode(flags); local
132 if (is_function && is_native) attr |= READ_ONLY;
/external/v8/src/parsing/
H A Dparser.h57 FLAG_ACCESSOR(kNative, is_native, set_native)
H A Dparser.cc758 set_allow_natives(FLAG_allow_natives_syntax || info->is_native());
/external/v8/src/interpreter/
H A Dbytecode-generator.cc543 DeclareGlobalsNativeFlag::encode(info()->is_native()) |
/external/v8/src/compiler/
H A Dast-graph-builder.cc2929 DeclareGlobalsNativeFlag::encode(info()->is_native()) |
/external/v8/src/crankshaft/
H A Dhydrogen.cc12055 DeclareGlobalsNativeFlag::encode(current_info()->is_native()) |

Completed in 415 milliseconds