Searched refs:is_native (Results 1 – 11 of 11) sorted by relevance
802 bool is_native = RegExpImpl::UsesNativeRegExp(); in JSRegExpVerify() local811 (is_native ? one_byte_data->IsCode() : one_byte_data->IsByteArray())); in JSRegExpVerify()814 (is_native ? uc16_data->IsCode() : uc16_data->IsByteArray())); in JSRegExpVerify()
142 bool is_native() const;
66 PARSE_INFO_GETTER(bool, is_native)323 return is_sloppy(language_mode()) && !is_native(); in ExpectsJSReceiverAsReceiver()
690 bool is_native() { return info_->is_native(); } in is_native() function
441 DeclareGlobalsNativeFlag::encode(is_native()) | in DeclareGlobalsFlags()
128 bool is_native = DeclareGlobalsNativeFlag::decode(flags); in RUNTIME_FUNCTION() local132 if (is_function && is_native) attr |= READ_ONLY; in RUNTIME_FUNCTION()
57 FLAG_ACCESSOR(kNative, is_native, set_native) in FLAG_ACCESSOR()
758 set_allow_natives(FLAG_allow_natives_syntax || info->is_native()); in Parser()
543 DeclareGlobalsNativeFlag::encode(info()->is_native()) | in VisitDeclarations()
2929 DeclareGlobalsNativeFlag::encode(info()->is_native()) | in VisitDeclarations()
12055 DeclareGlobalsNativeFlag::encode(current_info()->is_native()) | in VisitDeclarations()