Searched defs:is_native (Results 1 - 3 of 3) sorted by relevance

/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/full-codegen/
H A Dfull-codegen.h690 bool is_native() { return info_->is_native(); } function in class:v8::internal::FullCodeGenerator
/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()));

Completed in 134 milliseconds