Home
last modified time | relevance | path

Searched refs:FlagGetter (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/builtins/
Dbuiltins-regexp.h65 Node* FlagGetter(Node* const context, Node* const regexp, JSRegExp::Flag flag,
67 void FlagGetter(JSRegExp::Flag flag, v8::Isolate::UseCounterFeature counter,
Dbuiltins-regexp.cc1061 Node* RegExpBuiltinsAssembler::FlagGetter(Node* const context, in FlagGetter() function in v8::internal::RegExpBuiltinsAssembler
1069 void RegExpBuiltinsAssembler::FlagGetter(JSRegExp::Flag flag, in FlagGetter() function in v8::internal::RegExpBuiltinsAssembler
1131 FlagGetter(JSRegExp::kGlobal, v8::Isolate::kRegExpPrototypeOldFlagGetter, in TF_BUILTIN()
1137 FlagGetter(JSRegExp::kIgnoreCase, v8::Isolate::kRegExpPrototypeOldFlagGetter, in TF_BUILTIN()
1143 FlagGetter(JSRegExp::kMultiline, v8::Isolate::kRegExpPrototypeOldFlagGetter, in TF_BUILTIN()
1149 FlagGetter(JSRegExp::kSticky, v8::Isolate::kRegExpPrototypeStickyGetter, in TF_BUILTIN()
1155 FlagGetter(JSRegExp::kUnicode, v8::Isolate::kRegExpPrototypeUnicodeGetter, in TF_BUILTIN()
1574 FlagGetter(context, regexp, JSRegExp::kGlobal, is_fastpath); in RegExpPrototypeMatchBody()
1590 FlagGetter(context, regexp, JSRegExp::kUnicode, is_fastpath); in RegExpPrototypeMatchBody()